tectonic
tectonic copied to clipboard
A declarative REST data loader for React and Redux. Docs @
``` laurensbosscher@MBP-van-Laurens:~/dev/tectonic/example$ npm start > [email protected] start /Users/laurensbosscher/dev/tectonic/example > ENV=development node dev-server.js listening at 0.0.0.0:8080 mock API starting at 0.0.0.0:8081 The react/require-extension rule is deprecated. Please use the import/extensions rule...
When a user calls load(...) their callback is not invoked on a cache hit.
To enable custom URL generation for odd endpoints.
Example ```js import { Model } from 'tectonic'; class SomethingModel extends Model { static modelName = 'something'; static fields = { description: undefined, id: undefined, name: undefined, }; } export...
fixes 2 typos
Hi all, Would it be possible to provide some example code on how to implement this with together with redux-form? Cheers!
``` const { status: { accounts: { status, error } = {} } = {} } = this.props ``` gives me: `status: "SUCCESS|ERROR"` string `error: instance of Status class` On...