Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ [Feature request]: Isolated play management #26

Open
koustov opened this issue Aug 29, 2022 · 0 comments
Open

✨ [Feature request]: Isolated play management #26

koustov opened this issue Aug 29, 2022 · 0 comments

Comments

@koustov
Copy link
Member

koustov commented Aug 29, 2022

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant