[Request] Simplify model updates
See original GitHub issueThank you
Hi,
thank you for providing this library. It is really intuitive and easy to use especially for newcomers dealing with state management.
Describe the feature you’d like:
Do you plan to enhance the Model
-API making it easier to add, update and delete model items?
The maintainers of ngrx/entity introduced an adapter for this.
I did a lot with ngrx and would be glad to help to implement this feature. 😃
Other information:
Desired Methods would be
addOne
addMany
updateOne
updateMany
removeOne
removeMany
I would be willing to submit a PR to add this feature:
[x] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No
If you are willing to submit a PR but are a bit unsure, feel free to check out the Contributors Guide for useful tips and hints that help you get started.
Cheers 🍻 Gregor
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
Fusion 360 Help | Model simplification | Autodesk
To avoid re-doing changes made to a prior simulation model, clone the simulation model instead. The Simplify commands are not limited to simplifications....
Read more >Simplify - GitHub
Simplify. Simplification of pruned models for accelerated inference. Fully supports torchvision classification models up to version 0.11.
Read more >Create patches to simplify solution updates - Microsoft Learn
Patches help you manage entities and all of its related assets when you add an entity to a solution and export that solution....
Read more >Laravel update actions simplified - DEV Community
Once the record gets found and a populated model gets returned, we are chaining the fill() function call passing the data that we...
Read more >Privacy Policy - Simplify Asset Management
This Privacy Policy describes Simplify's policies and procedures on the ... such as a mobile application's push notifications regarding updates or ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Aren’t we killing the purpose of minimal state management solution by adding ngrx/entity solutions?
Thank you for the first feedback. Ich will start to work on this topic around the 22nd of Octobre since my schedule is a bit packed.
I will keep you up to date with my progress on this topic.