Skip to content

TypeScript and react starter application with styled-components, redux like state managment, immer

Notifications You must be signed in to change notification settings

straku/typescript-react-starter

Repository files navigation

TypeScript starter

TypeScript + React starter project containing everything I need to develop simple apps (intended to be cloned by me or anyone who will find it helpful).

Based on fork of Create React App for TypeScript Create React App TypeScript.

Removed all TSLint rules as they were pretty restrictive and I didn't have time (yet) to align it with eslint-config-react-app which in my opinion is perfect in that matter.

Contains concepts and libraries that I like to use:

  • styled-components for styling
  • redux concept without redux itself (global immutable state, reducer, actions, thunks, type safety, no connect), sprinkled with immer for extremely simple reducers

With all of above and simple "counter" app weights at around 53 KB gzipped.

About

TypeScript and react starter application with styled-components, redux like state managment, immer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published