@rafw87/cra-template-rxjs

The TypeScript template for Create React App with Redux, RxJS and router.

Usage no npm install needed!

<script type="module">
  import rafw87CraTemplateRxjs from 'https://cdn.skypack.dev/@rafw87/cra-template-rxjs';
</script>

README

@rafw87/cra-template-rxjs

This is modified TypeScript template from Create React App, with added Redux, RxJS and connected-react-router.

To use this template, add --template @rafw87/rxjs when creating a new app.

For example:

npx create-react-app my-app --template @rafw87/rxjs

# or

yarn create react-app my-app --template @rafw87/rxjs

For more information, please refer to: