Closed dalgard closed 8 years ago
It looks like what it mainly does is dispatching mount/unmount actions and optimizing certain things, which are not essentially related to the fractal pattern.
You are absolutely right, it's there so that we can instantiate/deinstatiate fractal Sagas.
How does that work, exactly?
I'm in the process of employing redux-elm
in an enterprise front-end architecture, and it is important for me to understand the role of each piece.
@dalgard the code is really short (~60LOC): https://github.com/salsita/redux-elm/blob/master/src/view.js
Does wrapping my component with
view()
to create a higher-order component serve any purpose in regard to composition/Elm architecture?It looks like what it mainly does is dispatching mount/unmount actions and optimizing certain things, which are not essentially related to the fractal pattern.