Skip to content

ohansemmanuel/advanced-react-patterns-ultrasimplified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advanced React Patterns Ultrasimplified

Welcome to Advanced React Patterns Ultrasimplified!

Here, you'll be walked through advanced React Component Patterns in an intuitive fashion that models your day-to-day job as a Software Engineer - Pull requests!

Helpful Links


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?

  • The branch we start off from is branch clean-slate. See branch
  • Every lesson starts off in a new "clean-slate" branch e.g. "clean-slate-01", "clean-slate-02", "clean-slate-03" etc.

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

Ideally, you're not new to React. This is targetted more towards intermediate React engineers, but I'm sure a diligent beginner may work through these PRs as well.

Some comforting words: working through these patterns in a set of PRs allows you to focus on a bit at a time, with only new changes considered. Give it a try. It might turn out easier than you think.

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 run dev

or

yarn dev

The Patterns implemented (PRs)

1. The Medium Clap

2. Compound Components


cc-by-4.0