Skip to content

elrondshep/react-design-patterns-ts

Repository files navigation

React Design Patterns and Other Things

This is a React app that I've used to practice various design patterns used in React and describe how it's done. I also try to explain how to use them, when to use them, when not to use them, advantages and disadvantages among other things. I've also just threw in other things. It uses TypeScript and sass among other helpful packages and builders.

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npm run start
  3. Start the app in dev: You can use this when you are messing around with it to test some things out and web pack will keep building when changes are saved.

     npm run start:dev

About

React app used for playing around with different React Design Patterns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published