/advanced-react-component-patterns

Different react patterns with the same component :)

Primary LanguageJavaScript

Advanced React Patterns Ultrasimplified

Welcome to Advanced React Patterns Ultrasimplified!

Here I'll walk you through modern advanced react patterns in an intuitive fashion that models your day-to-day job as a Software Engineer.


What do you mean by 'Ultrasimplified'?

1. Real World Demos 🚀

You won't find basic hello world demos here. The demos have been intentionally designed to be actually helpful and relatable.

GIF of Medium clap demo

2. Mimics your day-to-day job as a developer 🖥

Each pattern is implemented and discussed via a pull request. View the PRs. Read the descriptions. Read the comments. Like you do at work!

Coming from my Udemy Course?

But I'm just a beginner. Isn't this too advanced?

Every implementation is well explained with comments, diagrams and notes (in progress). You've got this.

How do I run the demos locally?

  1. Clone this repo
git clone git@github.com:ohansemmanuel/advanced-react-patterns-ultrasimplified.git
  1. Change directory
cd showcase
  1. Install dependencies
npm install

or

yarn install
  1. Run the app
npm dev

or

yarn dev

The Patterns implemented (PRs)


cc-by-4.0