igorkamyshev / farfetched

The advanced data fetching tool for web applications
https://ff.effector.dev
MIT License
189 stars 33 forks source link

Add support for stores in triggers for `keepFresh` #488

Open zerobias opened 4 months ago

zerobias commented 4 months ago

There is no reason why store cannot be passed to triggers field, it is a valid unit, otherwise it forces users to use store.updates which is not a good concept for learning. Suggest to add support for stores in keepFresh and probably other methods with this problem