Learning Next.js

by @codebreakerjulia

Final Product

final

Session 1 – Next.js Crash Course - Server Side React Youtube Tutorial by Traversy Media

Github code in

🗓 F, Nov 16, 2018
📍 Haddon Township Library
🕐 2pm - ?
✍️Commits: ?

Next.js Setup Documentation

🚩 This is probably the most important line: npm install next react react-dom
🚩 ALSO, you need to add some scripts code to package.json (check the documentation) Run npm run dev to start project.

(2:00) Core Features of Next

  • server-rendered React apps
  • automatic code splitting
  • simple page based routing
  • built in CSS support
  • hot reloading
  • deployment

(21:00)
Learning about <style jsx> for styling and Layout (how it displays props.children) has been most interesting so far 20min

Conclusion

Don't think I need any more tutorials to understand Next.js - it doesn't seem that complicated🤷🏻😊.