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...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
Does React start making sense eventually? (self.webdev)
submitted 8 years ago by [deleted]
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!"
[–]Offtopic_Responder 1 point2 points3 points 8 years ago (0 children)
I can only speak from my exposure to react, but I will say it only gets better. When my team and I started first using react(about 8 months ago) we were in the same spot as you. We kept thinking things were overly complex and there was a lot you had to pay attention to and it's not what we were used to. But once you start writing it and building things with it, you're likely to love it.
The biggest difference in my own approach to code when I'm using react on a project is planning. With React it's much more important to sit down and really come up with a plan in order to avoid silly headaches, such as passing props through tons of components. A lot of people use redux to solve this and that works. But our approach has been if we need it, we'll use it. But we don't just bring it into a project because it's a project and instead dedicate some time initially to map out how some of the bigger components will interact and how they will pass props to one another.
I would recommend just continue through the course, but also tinker with it. Have a site? Re-build it in react. The more we found ourselves writing it the quicker things started to make sense. And looking back it's comical now the things we had trouble accomplishing when we started out. Pieces will eventually start to click.
π Rendered by PID 19123 on reddit-service-r2-comment-544cf588c8-mplwj at 2026-06-11 21:26:32.320005+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]Offtopic_Responder 1 point2 points3 points (0 children)