|
|
|
|
|
by jacobr
1374 days ago
|
|
Same background here. I don’t believe in quitting cold turkey and I don’t think there’s anything available to fully replace all aspects of React. We’re instead gradually transitioning our internal ecosystem to use less React-specific stuff, positioning us to migrate (or not) in the next few years. - Move from CSS-in-JS to vanilla CSS - Avoid React-specific libraries, both developing them internally or when selecting third-party deps - Keep business logic out of React components whenever possible Etc |
|