/adopt-me-react-app

React application which is built based on Frontend Masters's React courses

Primary LanguageJavaScript

Adopt Me React application

React application which is built based on Frontend Masters's React courses by Brian Holt:

Branches:

  • main
  • emotion - using the Emotion library to insert css in JavaScript
  • code-splitting - using lazy and Suspense React modules for code splitting concept
  • server-side-rendering - setting up a basic Node.js server: SSR to strings & SSR to node streams
  • typescript - adding typescript
  • redux - adding state management library
  • testing - using Jest & testing library for unit tests