1.0.4 • Published 4 years ago

cra-template-inversify v1.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

cra-template-inversify

This is a fork of cra-template-typescript. The template app uses inversify and inversify-constructor-injection to allow dependency injection into class constructors and into function based components.

To use this template, add --template inversify and --scripts-version react-scripts-inversify when creating a new app.

For example:

npx create-react-app my-app --scripts-version react-scripts-inversify --template inversify

alternatively

npx create-react-app-inversify my-app

For more information, please refer to:

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago