|
|
|
|
|
by sngz
2242 days ago
|
|
> and my experience has been that anytime an issue arises that may not be specific to React, this person's ability to problem solve significantly diminishes. this has been my experience too, I'm a full stack engineer playing a devops role right now on a greenfield govt project. Getting our CI/CD pipeline going within our environment constraints with react has been a pain in the ass. Every time something goes wrong the front end dev just kinda throws his hands up and basically tells me its my problem. I ended up having to go through all the issues opened on github to find solutions and implement them myself. I'm no javascript expert but to me the solutions seem to be super hacky when I've found other frameworks out there that handle these things out the box or more gracefully. I was on a project supporting legacy code for a long time before this, and was quite looking forward to working with newer js frameworks but this left a sour taste in my mouth. And I already had a bad impression of react prior. I might look into pushing for some of the alternate frameworks out there. |
|
> the solutions seem to be super hacky when I've found other frameworks out there that handle these things out the box or more gracefully.
I'm curious to hear what alternative frameworks handled these things better? The only one I've used recently, other than React, is Vue.