kaoDev / react-ts-sample

sample tech stack with react and typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build status Code Climate codecov.io license

Sample techstack for React, redux, redux-saga/redux-observable, TypeScript, webpack

As a usecase here is an simple markdown writer implementation, to bring in an async scenario the user input is debounced.

For async actions there is an implementation with redux-saga and redux-observable, they exist side by side and can be activated in the code. To Choose the wanted implementation change the import of createApplicationStore to the wanted technology. At the moment there are 2 stores available:

  1. reduxObservableStore.ts
  2. reduxSagaStore.ts

startup sample:

yarn install
yarn start

About

sample tech stack with react and typescript

License:MIT License


Languages

Language:TypeScript 86.6%Language:JavaScript 11.6%Language:HTML 1.7%