New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

init-react-redux-app

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

init-react-redux-app

Initialize React apps with build configuration.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

#Initialize project react redux

init-react-redux-app is a suggestion to implement redux in a react / react-native.

##ReactJS - Installation

npm install -g create-react-app
// OR
yarn global add create-react-app
	
create-react-app AwesomeProject
	
npm install -g init-react-redux-app
// OR
yarn global add init-react-redux-app
	
cd AwesomeProject

irra init src
irra generate [entityReducerName]

##react-native-cli - Installation

npm install -g react-native-cli
// OR
yarn global add react-native-cli

npm install -g init-react-redux-app
// OR
yarn global add init-react-redux-app
 	
react-native init AwesomeProject
cd AwesomeProject
  	
irra init [dest]
irra generate [entityReducerName]
  	
react-native run-ios

##create-react-native-app - Installation

npm install -g create-react-native-app
// OR
yarn global add create-react-native-app
  	
npm install -g init-react-redux-app
// OR
yarn global add init-react-redux-app
	
create-react-native-app AwesomeProject
cd AwesomeProject

irra init [dest]
irra generate [entityReducerName]

npm start

Commands

irra init [dest]

Initialise directories and libraries. Create Store Libraries : redux, redux-thunk, redux-persist, react-redux, redux-mock-store

irra generate [entityReducerName]

Générate file reducers and files actions

Sample

Creators

Jérémy Chaufourier @chaufourier @opsone

Keywords

FAQs

Package last updated on 09 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc