rajjeet / react-playbook

A list of starter react projects and scenarios that act like sandbox environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Playbook

A monorepo with many starter projects for various JavaScript libraries for testing and learning purposes. Think of it like codesandbox.

I'm routinely adding new packages to repo as I encounter new challenges at work and need a fast easy setup to try out concepts before I deal with more complex scenarios. It helps me master the fundamentals.

If you have any suggestions for packages, either create a pull request or mention it as an issue. Feel free to ping me too.

List of Starters

Name Description
react-basic minimalistic React setup
react-redux basic setup of Redux with React, commonly used state management library
redux-saga redux middleware for making async side effects that uses generators
redux-thunk redux middleware for making async side effects that uses promises
jest-enzyme most common React testing framework, Jest, alongside a React testing utility library called Enzyme
react-testing-library user-centric testing utility for React
typescript basic setup for TypeScript for React, a type safety system

About

A list of starter react projects and scenarios that act like sandbox environments


Languages

Language:JavaScript 68.2%Language:CSS 18.3%Language:TypeScript 11.9%Language:HTML 1.6%