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.
You won't find basic hello world demos here. The demos have been intentionally designed to be actually helpful and relatable.
Each pattern is implemented and discussed via a pull request. View the PRs. Read the descriptions. Read the comments. Like you do at work!
- The branch we start off from is branch
clean-slate
. See branch - The development DEMO site lives here: https://dev-advanced-react-patterns-ultrasimplified.netlify.com/
Every implementation is well explained with comments, diagrams and notes (in progress). You've got this.
- Clone this repo
git clone git@github.com:ohansemmanuel/advanced-react-patterns-ultrasimplified.git
- Change directory
cd showcase
- Install dependencies
npm install
or
yarn install
- Run the app
npm dev
or
yarn dev