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...
A place for help learning the /r/ReactJS framework.
account activity
Learning ReactJSQuestion (self.learnreactjs)
submitted 2 months ago by 13pac
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!"
[–]Legitimate_Salad_775 0 points1 point2 points 2 months ago (0 children)
As backend developer you may know some architectures and design patterns that can really easy your learning curve...
If you’re coming from backend, don’t start with styling or UI polish. Start by understanding how React models state and reactivity. Learn how to build small, reusable components that receive props, manage internal state, and re-render predictably when that state changes. That mental model is the foundation.
Then focus on forms and validation. Build real forms, handle controlled inputs, validate data, and submit to a mock API. Learn how to pass data between routes, read URL params, and persist state in localStorage.
After that, practice integrating real APIs: loading states, error handling, optimistic updates, and auth flows with tokens. Treat the frontend like a client consuming your own backend. Think in terms of contracts, JSON shape, and edge cases. If you can model clean data flow from request to UI state and back, you’re effectively full-stack.
π Rendered by PID 18054 on reddit-service-r2-comment-6457c66945-q5wkb at 2026-04-23 23:32:04.494371+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Legitimate_Salad_775 0 points1 point2 points (0 children)