Redux-toolkit: How to create skeleton project?

Created on 12 Feb 2019  Â·  7Comments  Â·  Source: reduxjs/redux-toolkit

npm install --save redux-starter-kit

and then next guide provides all the code, are we not missing user guide, how to create it from redux-starter-kit

as I am struggling to find the CLI command to create using it

Most helpful comment

It is confusing that you mention redux-starter-kit works in the spirit of create-react-app in your quick start page, but no skeleton project is generated.

All 7 comments

Redux Starter Kit doesn't have any CLI commands. It's a library, with a set of functions you call from your own app.

We do need to add some kind of a tutorial page, but in general, see the Usage Guide for examples of how to use it.

A complete working codepen or something that demonstrates all of the features and their correct usage would be fantastic. Please ...

@aikidoshi : agreed, but unfortunately docs work for RSK is low on my own priority list atm. Hopefully the Usage Guide at least helps some.

Thanks Mark, the docs are great, thanks for taking the time to at least acknowledge my email.
Have a good Easter!
Steve Bond


From: Mark Erikson notifications@github.com
Sent: Thursday, 18 April 2019 2:22 PM
To: reduxjs/redux-starter-kit
Cc: Steve Bond; Mention
Subject: Re: [reduxjs/redux-starter-kit] How to create skeleton project? (#115)

@aikidoshihttps://github.com/aikidoshi : agreed, but unfortunately docs work for RSK is low on my own priority list atm. Hopefully the Usage Guidehttps://redux-starter-kit.js.org/usage/usage-guide at least helps some.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com/reduxjs/redux-starter-kit/issues/115#issuecomment-484350844, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AD4HBP5X5XCQ5TBOE6ZNDSDPQ7ZSHANCNFSM4GW3V2EQ.

It is confusing that you mention redux-starter-kit works in the spirit of create-react-app in your quick start page, but no skeleton project is generated.

@andrey-prokhorov : apollo-boost doesn't generate projects either. Both apollo-boost and RSK are just libraries you add to your project, just like React itself. The comparison with CRA is about the "good defaults and batteries included out of the box" aspect, not saying that this is a CLI that creates a project.

Resolved now that the tutorial pages are up in the docs: https://redux-starter-kit.js.org/tutorials/advanced-tutorial

Was this page helpful?
0 / 5 - 0 ratings