React created roadblocks in our enterprise app
1–10 of 298 posts
Re: React created roadblocks in our enterprise app
#2Re: React created roadblocks in our enterprise app
#3Pick boring tech that's objectively simple and not an exercise in genius. mobx, today: apollo-client (if you have a graphql api).
I've never seen any other project stain a framework as much as Redux has done.
Also, he had a ton of organizational issues that have nothing to do with the tech.
Re: React created roadblocks in our enterprise app
#4I chose it because of the skillset that our current (small) team has. There's no way our 'designer' (more an HTML/CSS guy) could have wrapped his head around JSX, the way it mixes scripts with layout markup.
The way Angular separates concerns for us is great. And the components are extremely flexible and reactive and useful for iteration. And lazy-loaded routings? Yes please.
And with the Angular CLI and TypeScript typings and using VSCode it's an absolute joy to build sites with.
Re: React created roadblocks in our enterprise app
#5Re: React created roadblocks in our enterprise app
#6Re: React created roadblocks in our enterprise app
#7Re: React created roadblocks in our enterprise app
#8Eg, here’s one example clip: https://youtu.be/yodWEPgn8NA
Re: React created roadblocks in our enterprise app
#9Re: React created roadblocks in our enterprise app
#10There is a reaction against this happening right now. You can see it in hotwire from 37signals, Alpine.js and my own response to it: https://htmx.org
“Simplicity is prerequisite for reliability”