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
Redux is king, however, this RocketPlate™ doesn't offer much for Redux enthusiasts.
I realise that using this RocketPlate might not always require Redux, so there are two options as I see it:
RocketPlate stays on master - as the single source of truth. Other branches can and will be encouraged to be spawned for experimental features. But we accept that Redux is here for the course, so we add it to master.
RocketPlate has a new branch, redux that does exactly what it says on the tin, it's where the Redux implementation lives. This approach has the added complexity of needing to ensure redux is up to date with master.
The problem is that Redux setup is neither too large or small, but it can be somewhat fiddly - so much so that I would rather avoid it in future apps, but rely on RocketPlate instead.
The text was updated successfully, but these errors were encountered:
Redux is king, however, this RocketPlate™ doesn't offer much for Redux enthusiasts.
I realise that using this RocketPlate might not always require Redux, so there are two options as I see it:
master
- as the single source of truth. Other branches can and will be encouraged to be spawned for experimental features. But we accept that Redux is here for the course, so we add it tomaster
.redux
that does exactly what it says on the tin, it's where the Redux implementation lives. This approach has the added complexity of needing to ensureredux
is up to date withmaster
.The problem is that Redux setup is neither too large or small, but it can be somewhat fiddly - so much so that I would rather avoid it in future apps, but rely on RocketPlate instead.
The text was updated successfully, but these errors were encountered: