🚨 README
Watch this video before starting the course!
I updated my package.json with the versions specified in this lesson?
Using other versions could result in broken code
Essentials
- 🚀 Live Demo
- 💾 Source code
- 💬 Slack
Official Resources
Helpful Bonus Content
Packages
It is highly recommended that you follow along with the same package versions show below.
package.json
{
// ...
"dependencies": {
"firebase": "^8.2.1",
"lodash.debounce": "^4.0.8",
"lodash.kebabcase": "^4.1.1",
"next": "10.0.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-firebase-hooks": "^2.2.0",
"react-hook-form": "^6.14.2",
"react-hot-toast": "^1.0.2",
"react-markdown": "^5.0.3"
}
}