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
But I use it with NGRX and with Containers/Presentational (I call them Meat and Skin) components, and things get complicated. I wonder if there is an easier way, or do I use it right?
First of all, thanks for the lib!
But I use it with NGRX and with Containers/Presentational (I call them Meat and Skin) components, and things get complicated. I wonder if there is an easier way, or do I use it right?
Here's the code:
Container:
Presentation:
And here's the common class to implement dirty checking for any of Presentational form component:
I did not find a way to adopt easily dirty-check-forms lib for actual checking. Store shouldn't be present in Presentational components.
The text was updated successfully, but these errors were encountered: