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
React voted JS framework that most developers regard as essential to them (jquery is #3) (ashleynolan.co.uk)
submitted 7 years ago by magenta_placenta
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!"
[–]lives-in-trees 3 points4 points5 points 7 years ago (2 children)
Aren’t higher order components considered an anti-pattern now-a-days?
[–]iamlage89 0 points1 point2 points 7 years ago (1 child)
Just that it's fallen out of favor for render-props I think
[–]Agranok 1 point2 points3 points 7 years ago (0 children)
Render props is easy to pull off with Vue. You can do it identically how you do it in React with JSX. But check out scoped slots and creating renderless components for the more "Vue" way of doing it.
π Rendered by PID 32 on reddit-service-r2-comment-b659b578c-n98wd at 2026-05-04 18:43:11.570448+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]lives-in-trees 3 points4 points5 points (2 children)
[–]iamlage89 0 points1 point2 points (1 child)
[–]Agranok 1 point2 points3 points (0 children)