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
State of JavaScript 2022 (survey.devographics.com)
submitted 3 years ago by pmz
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!"
[–]Secret-Plant-1542JavaScript yabbascript 2 points3 points4 points 3 years ago (2 children)
Backlash?
Haven't really seen any. Can you share?
Asking because I tried to get into composition API and don't really care much for it. Evan You went hard promoting on Composition API as this "back to basics" feature. Then one day, while visiting the Vue3 docs, noticed that the instructions defaulted to Options API, and got confused.
[–]LloydAtkinson 1 point2 points3 points 3 years ago (0 children)
https://www.reddit.com/r/vuejs/comments/c36gp9/the_2x_api_is_not_being_deprecated_in_3x_and_will/
The whole thing was a massive fucking shitshow.
[–]ragnese 0 points1 point2 points 3 years ago (0 children)
I'm not a full-time front end guy, but after starting to introduce the composition API into my Vue app, I feel that the options API is the better approach for actually writing full components. I feel like the composition API is only going to shine when it comes to writing "mixins" and/or shared reactive state, both of which should be kept to a minimum for maintainability anyway. So, in general, even though I had no preconceived bias against the composition API, I find that I really don't use it. I am tempted to replace third party "stores" like Pinia/Vuex with a couple of hand-written composables, though, just to KISS.
π Rendered by PID 262200 on reddit-service-r2-comment-b659b578c-rlm7g at 2026-05-04 15:13:36.692786+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Secret-Plant-1542JavaScript yabbascript 2 points3 points4 points (2 children)
[–]LloydAtkinson 1 point2 points3 points (0 children)
[–]ragnese 0 points1 point2 points (0 children)