You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
react-play-store
react-play-store
toreact-play/src/plays
npm install
oryarn
onreact-play/src/plays
react-play/src/plays
NOTE: Need extensive brainstorming to achieve the above usecase.
References:
The text was updated successfully, but these errors were encountered: