Skip to content

Releases: skkshoaib/create-react-container

In alignment with new container structure

29 Apr 08:55
7f136fb
Compare
Choose a tag to compare
Merge pull request #5 from skkshoaib/ticket-4

refs #4 Now consistent with new container structure

Fixed Reducer and action types generator

30 Mar 16:00
18e900b
Compare
Choose a tag to compare
Merge pull request #4 from skkshoaib/ticket-4

refs Fixed reducer, action type template

Improved component and container template

24 Mar 12:12
1adf80e
Compare
Choose a tag to compare
Merge pull request #3 from skkshoaib/ticket-4

refs #4 Some improvement in templaets

Add additional option to generate component or container

11 Mar 12:50
de8fb21
Compare
Choose a tag to compare

Now User can create both container and Presentational component.

Usage
node bin/index.js component HelloWorld
node bin/index.js container HelloWorld

Generator according to specific use case

11 Mar 01:35
4c1442e
Compare
Choose a tag to compare
Merge pull request #1 from skkshoaib/ticket-4

refs Modified generator according to use case