Going from React to Vanilla JavaScript
11–20 of 36 posts
Re: Going from React to Vanilla JavaScript
#12I can only assume we’ve adopted the Reddit pattern of upvoting sentiment at this point.
Re: Going from React to Vanilla JavaScript
#13Not a great article. The big thing is JSX; it's so much more pleasant than building UIs with the document/element api.
Re: Going from React to Vanilla JavaScript
#14Re: Going from React to Vanilla JavaScript
#15To denigrate so much of modern web technologies in the name of performance, and then use Typescript, over which you have no fine grained control of the performance of the transpiled code, is absolutely laughable.
Re: Going from React to Vanilla JavaScript
#16Re: Going from React to Vanilla JavaScript
#17A lot of people don't know how to use react. The author is one of them.
Re: Going from React to Vanilla JavaScript
#18This is distinctly the opposite of my experience. Being able to reuse common components makes logic encapsulated. The browser sort of has this with custom elements, but that adds its own level of complexity.
React, despite everyone's best efforts with CRA and other tools, is hard to get up and running with. It just takes time, and you inevitably need to eject. But once you codebase gets big, idiomatic React (at least in every case I've worked with) is much easier to scale than rolling your own everything.
Re: Going from React to Vanilla JavaScript
#19Re: Going from React to Vanilla JavaScript
#20Not a great article. The big thing is JSX; it's so much more pleasant than building UIs with the document/element api.
When the whole premise is flawed, JSX or not, does it really matter if there is a better or worse way of misusing a technology not meant for UIs?
Leave HTML and JavaScript to Wikipedia and other hypertext document libraries.
Unfortunately, WASM is not there yet, but people are trying: https://platform.uno.