Ask HN: Have you build a new web app without react in the past 2 years?
React has become the defacto choice framework for building web applications, but are there still developers who are choosing to build web apps without it? If so, what are your reasons for doing so?
10 comments
[ 3.2 ms ] story [ 39.7 ms ] threadBefore that I used Vue, which was more tolerable.
My overall takeaway is that a lot of where I thought React was going initially was stuff I see present in Elm, and that Elm had pinned down since seemingly before React got on the scene. Namely, I am thinking of the observer pattern style way of updating data.
I haven’t written anything in React in several years, nor have I had a customer ask for it. PHP, Go, and Python. I have colleagues using Elixir, Python, Ruby, but no React.
As an example, Adobe recently brought Photoshop to the web browser with these two technologies, which seems unthinkable with React.