An open API service indexing awesome lists of open source software.

https://github.com/alexrogalskiy/web-video

Web video template
https://github.com/alexrogalskiy/web-video

Last synced: 7 months ago
JSON representation

Web video template

Awesome Lists containing this project

README

          

# [Mastering Next.js](https://masteringnextjs.com/)

> A free video course for building static and server-side rendered applications with Next.js and React.

Looking for the old course site? [Look no further!](https://github.com/leerob/mastering-nextjs-old-site)

## Course

### [React Overview](/course/react)

- Classes vs Functional Components
- Props & State
- React Hooks
- ES6
- JSX

### [Navigating Between Pages](/course/navigation)

- Link (client-side routing)
- withRouter
- getInitialProps
- Retrieving data from URLs

### [Styling](/course/styling)

- CSS (Importing & Using)
- Sass
- CSS-in-JS (Custom \_app.js)
- Styled-Components
- Responsive + Mobile-First Design

### [Building A Blog With MDX](/course/mdx)

- MDX vs CMS
- Initial Setup
- Managing Posts
- Building Forms (StaticKit)
- Using a Component Library (Theme UI)

### [Fetching Data](/course/fetching-data)

- Static Sites with Next.js 9.3
- Custom Server
- Node.js & API Routes
- GraphQL ([daydrink](https://github.com/leerob/daydrink))
- Hasura ([daydrink](https://github.com/leerob/daydrink))

### Resources

- See [/resources](https://masteringnextjs.com/resources).