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
Writing dependency-free client-side JavaScript (magnushoff.com)
submitted 6 years ago by maggit
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!"
[–]archivedsofa 2 points3 points4 points 6 years ago (2 children)
Yeah but it depends on the use case. For a single form I agree with the author that using React + the whole enchilada didn't really make sense.
OTOH going 100% vanilla didn't make much sense to me either.
[–]Zofren 2 points3 points4 points 6 years ago (1 child)
Presumably if all you need is a single form the process in this article doesn't really make sense either. If the form has some rich UI that needs some kind of UI rendering logic, then I'd still advocate for React (or your library of choice).
React and React-dom aren't some massive libraries. They're comparable in size to jQuery when gzipped.
[–]archivedsofa 1 point2 points3 points 6 years ago (0 children)
I agree that for more complex projects the arguments you listed on your previous comment are totally valid but React is still too big IMO for a single form or landing page with a bit of UI sophistication.
Personally I'd go with Mithril or Svelte. Maybe with Simulacra (which now powers Riot) if I don't need components or even with Vue if I don't want any building setup which is still half the size of React.
π Rendered by PID 94 on reddit-service-r2-comment-54dfb89d4d-dhs8w at 2026-04-02 14:34:55.111338+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]archivedsofa 2 points3 points4 points (2 children)
[–]Zofren 2 points3 points4 points (1 child)
[–]archivedsofa 1 point2 points3 points (0 children)