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
Like you, I'm not sure if this should coreside with the service actions & reducers. Perhaps this is a special case of interfacing custom services with Redux. The trick there would be to provide access to the service's state.
I'm tied up doing feathers-react docs ATM. Let me think on it.
Hi,
can we add feature for adding custom methods that does not communicate with the server?
for example, right now. my work arround is to edit the feathers-redux and add something like this for me to achieve what i need.
custom/posts.js - for custom methods in post
then in when reduxifying the services i added the custom methods
just to call something like this on my component
maybe we can add some feature like this? not sure if good idea. but i think someone like me needed it.
Best Regards,
Jason Villalon
The text was updated successfully, but these errors were encountered: