1.0.0 • Published 6 years ago
feathers-redux-realtime v1.0.0
React redux immutable
Getting started
new Reducer(httpApp, 'todos', {
paginate: true,
fieldsToNormalizeWith: ['_id'],
socketApp,
listenToChange: true
});
httpApp is a @feathersjs/rest-client
socketApp is a @feathersjs/socketio-client
1.0.0
6 years ago