tectonic
tectonic copied to clipboard
A declarative REST data loader for React and Redux. Docs @
### Expected Newly created items are visible ### Actual Newly created items are not visible until the route is reloaded ### Description I have a simple table of `User`s in...
Following the example project, I have this: ```jsx export default class AccountConfig extends Model { static modelName = 'accountConfig'; .... updateOpts(values = {}) { return { queryType: UPDATE, model: this.constructor,...
Seems like this project and redux-ui do not support server side rendering. Is this true? I tried following example project but ran into this: https://github.com/tonyhb/redux-ui/issues/8 After implementing the workaround, I...
This seems to be a small bug with how the data is stored. If we fetch the following two REST endpoints back to back: `/stops?ids=1&ids=2&ids&=3` returns => `[1,2,3]` `/stops?ids=3&ids=2&ids&=1` returns...
Currently there is no option but to add `tectonic` to the redux-persist blacklist.
Ensures `query.status` is an instanceof Status, and ensure that failed queries from drivers have an internal status set.
Fixes https://github.com/tonyhb/tectonic/issues/95
Allow us to filter data before they're passed into components