Javier Marquez
Javier Marquez
@ducman thanks for the kind reply. Completely agree with you, fluxify just works in a different way that facebook's flux trying to make the dev create less boilerplate code, even...
Hey aktxyz If you want to update 2 elements in `something` you can do ``` store.something.set({a:1,b:2}); ``` Also the update methods are chainable so this will do the same, but...
I usually organize the functions that update the state by the part of the state they update. Eg, for I would create a file, `somethingReactions.js` to edit what's inside of...
Hi @fundkis Thanks for your thoughts, you have described the most usual problem when working with freezer.js, using a node that has been detached from the store. I completely agree...
Now I see, you meant that with the 'singleParent' option set to `true`, no frozen nodes could be added to the tree. Sounds fair enough to add the option, but...
This is really interesting, I need some time to have a deeper look at it. The rest of badges, I don't see a benefit on having them. Thanks for your...
Hey Juan, I think I didn't understand well what's your problem on creating the d.ts file, maybe because I don't use typescript myself. When you do a `get` in a...
I think it never got done. I don't use typescript so I don't plan to add it, but if someone wants to create a PR I'd be glad to merge...
Hey @Tjorriemorrie `emit` is now the way of trigger events. `trigger` is deprecated. If you are seeing that message is either because you are using an old version of freezer,...
I am glad you liked it :) I am preparing a little a article with freezer patterns to celebrate the 1000 stars, keep tuned!