5 ms·
Sounds like “create-react-app”. A bunch of libraries and configurations wrapped up in a “golden-path”. Provides the “easy” for 95% of usecases and an “eject”
by adamkl 4y ago
Sounds like “create-react-app”. A bunch of libraries and configurations wrapped up in a “golden-path”.
Provides the “easy” for 95% of usecases and an “eject” button that unwraps everything and puts it under you control for the last 5%.
- dimitrios1 4y agoCreate react app was one example I had in mind, I think Redwoodjs is another one that recently popped up.