Kent C. Dodds
Kent C. Dodds
Here's what's going to be different in the next version of the advanced-react-hooks workshop (you can find all these changes in the `next` branch until the videos are re-recorded): -...
Here's what's going to be different in the next version of the advanced-react-patterns workshop (you can find all these changes in the `next` branch until the videos are re-recorded): -...
I'm going to write about this
Lots of people are wondering about [my tweet](https://twitter.com/kentcdodds/status/1118898485770825729) and so I think I should take time to explain what I mean.
I get at _least_ one email per week from someone asking me to be their mentor. I already have https://kcd.im/no-time, but I think I need something more directly addressing mentorship...
I get questions about this all the time and I need to write a blog post about it sometime.
This is a perfect use case for a babel-plugin-macros macro. Anyone interested in doing that?
This commit updates the `webpack.config.js` file to use the `OfflinePlugin` by @NekR so I can get to and use ASTExplorer.com on the airplane :) Will require additional changes ([for example](https://github.com/kentcdodds/es6-todomvc/compare/FEM/06.2-extract-css...FEM/07.0-offline))....
Inspired by https://github.com/villadora/express-http-proxy/pull/430/files
I'm trying to find a good way to server render without needing to use the babel plugin. I've noticed that in my example I'm working on that the first server...