prism icon indicating copy to clipboard operation
prism copied to clipboard

Dynamic list of stateful components

Open dalgard opened this issue 7 years ago • 1 comments

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.

dalgard avatar Jul 09 '17 19:07 dalgard

I remember now that redux-elm used lifecycle actions to set up state for wrapped components.

Was this technique abandoned? And why?

dalgard avatar Jul 10 '17 21:07 dalgard