Skip to content

ReactNativeKiel/react-ts-sample

 
 

Repository files navigation

build status Code Climate codecov.io license

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:

npm install
npm start

About

sample tech stack with react and typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.7%
  • JavaScript 13.8%
  • HTML 1.5%