javascript - Is there a way to create a redux based reactJS app with a signle command like create-react-app -
i new reactjs , want deep learn it. started practicing reactjs after briefly going through documentation provided facebook.
i started working
npm init
[editingpackage.json
babel
,webpack
,react
, etc. installations]
after quite long practice on drill, know tool
create-react-app [name]
provided facebook ease of developers, new react. moment of relief me.
now working on redux pattern , contains lot of configurations , directory maintenance.
is there tool makes easy set skeleton redux react app?
thanks in advance! :)
although there no direct package create react redux boiler plate. might wanna have @ this. used create-react-app , configures redux nicely.
Comments
Post a Comment