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
- Host: GitHub
- URL: https://github.com/alexrogalskiy/web-video
- Owner: AlexRogalskiy
- Created: 2020-12-19T19:15:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T08:22:51.000Z (over 3 years ago)
- Last Synced: 2025-01-26T10:13:28.687Z (9 months ago)
- Language: JavaScript
- Homepage: web-video.alexrogalskiy.vercel.app
- Size: 466 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).