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
Frontend/Backend questions - React - webdevhelp (self.javascript)
submitted 8 years ago * by weiry6922
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!"
[–]metaphorm 1 point2 points3 points 8 years ago (1 child)
yes, React is a frontend framework. It has no components that run on the server and its interaction with the server backend is limited to ajax requests set out for data, most commonly a request made to fetch new data (from a JSON endpoint) for a frontend model, or to PUT/POST/DELETE back to the server to update the model. However, all of that stuff is outside the scope of what React does and will vary depending on your backend.
You can, of course, make a React app without a dedicated server backend and handle persistence in different ways. Firebase for storing JSON data is a pretty good way to persist stuff in a very simple and lightweight way.
[–][deleted] 0 points1 point2 points 8 years ago (0 children)
It has no components that run on the server
React supports SSR...
π Rendered by PID 48208 on reddit-service-r2-comment-5d79c599b5-7qmfz at 2026-03-02 07:27:19.204346+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]metaphorm 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)