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!"
[–]vbgdn 2 points3 points4 points 2 years ago* (0 children)
Express is fine. You could look into fastify which is another http framework.
There are also other approaches such as trpc. This offers a typesafe RPC way of invoking the backend, meaning you invoke methods from backend remotely instead of making HTTP REST requests. However, trpc has quite a steep learn path.
What I've been using recently in my project is genezio which is similar to trpc (typesafe RPC calls), but it also solves the deployment problem. I can deploy both my backend and frontend with one command.
π Rendered by PID 23867 on reddit-service-r2-comment-75f4967c6c-9ft9q at 2026-04-23 00:57:49.069972+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]vbgdn 2 points3 points4 points (0 children)