Skip to content

mikeykhalil/create-react-app-typescript-redux

 
 

Repository files navigation

react-scripts-redux-ts npm version Build Status

Setup

Create React apps (with Typescript and Redux) with no build configuration.

Do you know react and want to try out typescript? Or do you know typescript and want to try out react? Get all the benefits from create-react-app but you use typescript! 🚀

Setup

Install create-react-app

$ npm install -g create-react-app

Run react-scripts-redux-ts installation

$ create-react-app my-app --scripts-version=react-scripts-redux-ts

Run my-app

$ cd my-app/
$ npm start

Code Generators

Component generator

You can easily generate 3 types of component - stateful, stateful-redux and stateless.

Just run command:

$ npm run create:component

Answer simple questions:

? What's your component name? test/Test
? What's your component type? stateful-redux

And done ;)

Loaded templates: _templates
       added: src/components/test/Test.tsx
       added: src/__tests__/components/test/Test.test.tsx

Redux store item generator

To generate redux store item just run:

npm run create:store:item

and answer question:

? What's your store item's name? user

it'll create and update several files

Loaded templates: _templates
       added: src/store/actions/user/userActions.ts
      inject: src/store/actions/index.ts
      inject: src/store/actions/index.ts
       added: src/store/reducers/user/userReducer.ts
      inject: src/store/reducers/index.ts
      inject: src/store/reducers/index.ts
      inject: src/store/reducers/index.ts
       added: src/__tests__/store/reducers/user/userReducer.test.ts
      inject: src/store/reducers/initialState.ts

Changelog

1.2.0

  • Added component and redux store generators

1.1.1

  • Added support for CSS Modules using the explicit file naming convention [name].module.css

1.0.5

  • Added action, reducer and reducer's test example

1.0.4

  • Fixed problems with tests and dependencies

1.0.0

  • Initial commit

About

React starter using typestript and redux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.1%
  • Shell 1.2%
  • TypeScript 0.3%
  • Other 0.2%
  • AppleScript 0.1%
  • HTML 0.1%
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy