c8hallett / BujoAssistant

0 stars 0 forks source link

How to best provide initial state in Redux pattern? #17

Closed c8hallett closed 2 years ago

c8hallett commented 2 years ago

A: It's simply just passed in the constructor.

With the nested data class approach, each of the data classes each define their own default parameters in their constructor.

That being said, might need a more robust/dynamic provider method in the future. Good luck to them