Y
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
cezary
2748 days ago
There's nothing preventing you from using hooks in a cra app, just update your react and react-dom to the @next version.
link
ng12
2748 days ago
Spend an afternoon learning webpack, eject, and never look back :)
link
jakelazaroff
2748 days ago
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 :)
link