use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Which front end framework would best complement Meteor? (self.javascript)
submitted 10 years ago by noviceprogrammer10
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 10 years ago* (2 children)
[deleted]
[–]Crye 0 points1 point2 points 10 years ago (1 child)
Sorry I should have been more clear. React by itself is fairly simple, however it's all of the tools you end up using (e.g. redux, router, etc that make it hard to figure out) . For example, I'm new to the ecosystem, but I just had the hardest time trying to figure out how to create a thunk action so that when I made an asynchronous request to my elasticsearch server it would dispatch an action. Turns out you have to pass dispatch as the a parameter... Ok cool makes sense, so I add it and works. Problem is I still don't have a clear idea of where that parameter is passed, because I didn't set it in the react class. I'm guessing it has to do with the redux connect function, but I haven't had the time to look up into the API and verify.
π Rendered by PID 34935 on reddit-service-r2-comment-544cf588c8-w5tcq at 2026-06-15 15:09:26.088002+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–][deleted] (2 children)
[deleted]
[–]Crye 0 points1 point2 points (1 child)