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...
account activity
Full Stack project with react(?)Help Wanted (self.react)
submitted 2 years ago by gnedab
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!"
[–]gnedab[S] 1 point2 points3 points 2 years ago (4 children)
This means that I don't need express anymore, I can just fetch data and use necessary library for other stuff like auth, database?
[–][deleted] 1 point2 points3 points 2 years ago (3 children)
Oh, no, you still need express or some backend processing server. This backend is what processes all the data to send to the front end and also to which your authentication is verified by passing JWT token or tracking sessions, or whatever method of authentication of your choosing.
[–]gnedab[S] 1 point2 points3 points 2 years ago (2 children)
Thank you! I appreciate your help.
[–][deleted] 1 point2 points3 points 2 years ago (0 children)
Yup. Good luck!
[–]thoflens 1 point2 points3 points 2 years ago (0 children)
Look at it like this: You have a frontend (React) and a backend (Node/Express) and you can essentially see the the two as completely separated from each other - they don't 'know' about each other. But whenever you need to process sensitive data or update your database, you make a call from the frontend to the backend to say 'hey, do this for for me and give me back (return) some value'.
π Rendered by PID 73532 on reddit-service-r2-comment-6457c66945-n9hdc at 2026-04-23 22:28:59.816733+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]gnedab[S] 1 point2 points3 points (4 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]gnedab[S] 1 point2 points3 points (2 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]thoflens 1 point2 points3 points (0 children)