no preview
DESCRIPTION
Tech talk alert 🚨
Braytech no longer depends on/is subservient to create-react-app 🎉
I successfully ejected and deployed new code. Previously, this was a daunting task. After all, the whole point of create-react-app was to alleviate complexity for new React users. I’ve not been new for some time.
I no longer need to run scripts to alter create-react-app’s configuration - it’s all available to me now. That said, it’s old and full of things I don’t know much about as I didn’t need to know to use create-react-app…
It’s a nice growth milestone for the project
create-react-app used to be the default way to start building a React app before Facebook “Googled” (deprecated) it.