I'm a kid from Pennsylvania who loves the challenge of coding. I got a ways to go.
Nothing here yet.
No blogs yet.
Making React apps requires a lot of boilerplate to get up in running- webpack configs, module loading, babel presets, hot reloading, and all of that. It looks like the solution is to use scaffolding tools like yeoman and create-react-app, but these t...