20 ms·
if I may ask what didnt you like about react? Id never used it or js a few months ago and I found it nice to learn.
by bubba1236 7y ago
if I may ask what didnt you like about react? Id never used it or js a few months ago and I found it nice to learn.
- scarface74 7y agoIt doesn’t fit my mental model. MVC type frameworks do. The first front end framework I used was Angular. I immediately “got it”. But, unlike the back end, making a good, consistent, usable website especially as part of a team is much harder than backend work. On the backend, a RESTful API has simple well known semantics. It also either processes the request correctly or it doesn’t. There is no nuance. The same is true for ETL type jobs.