Is your feature request related to a problem? Please describe.
The idea here is to take out plays from the main container application and manage them separately (reactplay/react-play-store#8). These plays will be having their own package.json which will contain only the specific package that play needs. All common packages will come from react-play.
In order to achieve this, we would need to update create-react-play to enable
- Fork
react-play-store
- Clone
react-play-store to react-play/src/plays
- Run
npm install or yarn on react-play/src/plays
- When a user wants to create a PR, it should only be on
react-play/src/plays
NOTE: Need extensive brainstorming to achieve the above usecase.
References: