Core Coursework
(take these in order)
- +
Editor's Notes
Learn to build an entire real-world, modern application from scratch in today’s tools! Complete Intro to React, v6
Much more than an intro, you’ll build with the latest features in React, including hooks, effects, context, and portals. Learn to build real-world apps from the ground up using the latest tools in the React ecosystem, like Parcel, ESLint, Prettier, and React Router!- +
Editor's Notes
Learn the tools in the surrounding React ecosystem. Intermediate React, v3
Build scalable React applications while learning React hooks in-depth, CSS-in-JS with TailwindCSS, increase performance with code splitting and server-side rendering, add TypeScript, state management with Redux, test your app with Jest …and more!- +
Editor's Notes
Learn patterns for managing state throughout your React application. State Management in Pure React, v2
Use React APIs to manage state in class-based components, and in React hooks. Create custom hooks, use reducers, add routing, and then learn ways to do more complicated state management techniques such as using the Context API.- +
Editor's Notes
There are even more React courses! You can also learn d3.js for data visualization on top of React. Use Firebase as your back end. Or cross-compile React across native mobile. Functional programming is used a lot in React as well, so it would be good to brush up on your functional as well.
Elective Coursework
React and TypeScript
Ship React apps with more code confidence using TypeScript! Migrate your app to TypeScript, type simple and advanced React components, and learn all types shipped with React for writing React with TypeScript.Redux Fundamentals (feat. React)
Learn the Redux API from scratch, then learn to hook Redux into a React application. Also learn how to extend Redux with various tools from its ecosystem, including Reselect, Immer, and Redux Toolkit, to reduce boilerplate and speed up your development!Introduction to Next.js
Next.js is a complete framework built on top of React.js. You'll learn server-side rendering, static site generation, data fetching, code API endpoints, creating pages with the file system, add CSS modules, and more.Introduction to Gatsby
Starting from scratch, you’ll learn to build a full blog app. Use GraphQL in Gatsby for storing and retrieving data, create pages and posts with MDX, optimize your images automatically with the gatsby-image, and load 3rd party data from instagram to display in components. Then deploy your brand new blog website to Netlify for the world to see!Client-Side GraphQL in React
Use queries and mutations to interact with GraphQL APIs on the client using Apollo Client and React hooks. You’ll understand variables and inputs to aliases on fields.State Modeling in React with XState
Explore using XState and React together to model state in real-world React apps. State machines make complex application logic visually clear, flexible, and robust.Design Systems with React & Storybook
Design components Figma, and then learn to code your components in React, and document them for your teams with Storybook.React Native, v2
Build a React Native application from scratch. Use Expo to get started quickly, learn the native components available in React Native, add navigation, style components with CSS, and use React hooks to fetch data.