We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sorry if I'm missing a note about this, but does Prism come with a recommended way of handling dynamic lists of instantiable components?
I seem to remember redux-elm doing this, but not how? The problem would be in the reducer.
redux-elm
Relatedly, I can't figure out how to set initialState for such dynamically added components.
initialState
The text was updated successfully, but these errors were encountered:
I remember now that redux-elm used lifecycle actions to set up state for wrapped components.
Was this technique abandoned? And why?
Sorry, something went wrong.
No branches or pull requests
Sorry if I'm missing a note about this, but does Prism come with a recommended way of handling dynamic lists of instantiable components?
I seem to remember
redux-elm
doing this, but not how? The problem would be in the reducer.Relatedly, I can't figure out how to set
initialState
for such dynamically added components.The text was updated successfully, but these errors were encountered: