Neal van der Valk

Results 48 comments of Neal van der Valk

What I ended up doing was this for my `atoms`, `molecules` and `organisms` as they never (in my case) clash: ``` const req = require.context('.', true, /\.\/(atoms|molecules|organisms)\/[^\/]+\/index\.js/); req.keys().forEach((key) => {...

Would be great as it really does help, same for requeueing a job that failed for example. Example of how it looks in AgendaJS ![image](https://user-images.githubusercontent.com/17417414/177734432-b56e7853-3d60-44dd-aba6-90bb75f1ad82.png)

> No, not yet. You can implement API caching manually outside of the plugin and use `cache-first` in the plugin for assets. @NekR how do you achieve this?

Thanks @tommikaikkonen for the live saving library (quite dramatic)! I would love to help out this project where I can, maybe not so much in the code base as I'm...

@tiii +1 for the "democratic committee" however we still need a final decision maker, or am I thinking wrong?

@razorman8669 seems like a good idea!

@tiii +1 for the documentation and api for denormalizing (including computed fields / relations). Great to see that this library is getting active again!

@plandem I understood it as this. Currently when you want to get something out of the `orm` in a `selector` with it's relations (in this case questions) you need to...

@plandem yhea maybe that's better. I just think it is a nice convenience. I'm also using this in my application and I find myself doing this quite often though. Maybe...

@plandem Are you also planning to update the [redux-orm-propTypes](https://github.com/tommikaikkonen/redux-orm-proptypes)? Or do you think this package is obsolete?