Hacker News new | ask | show | jobs
by dfee 2748 days ago
I’d like to see hooks in CRA but that’s apparently a CRA3.0 thing - far off in the future.
2 comments

There's nothing preventing you from using hooks in a cra app, just update your react and react-dom to the @next version.
Spend an afternoon learning webpack, eject, and never look back :)
Ha, I went the exact opposite way — when I found out about CRA I was relieved to never have to deal with another webpack config :)