joshuaai / react-starter

Starter patterns and functions for simple and complex use cases in React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Starter

The goal of this project is to provide sample code for all the React goodness that will hopefully make getting started with simple and complex ideas in React smoother. Bootstrapped with CRA.

Road Map

  • Advanced and basic component patterns using a Toggle Component. Thanks Kent C. Dodds.
  • Custom handler / wrapper for axios requests
  • Using React context to supply higher-level state to multiple components.
  • Different SSR patterns
  • Wrapping CRA with Less & Sass Modules
  • Unit and Intgration testing with mocks using Jest and Enzyme / React Testing Library
  • Improved README to describe concepts and project structure.

About

Starter patterns and functions for simple and complex use cases in React.


Languages

Language:JavaScript 88.3%Language:CSS 6.0%Language:HTML 5.6%