Gildas Garcia
Gildas Garcia
Hi, Thanks for this fantastic theme :) It would be nice to support `fnm` in addition to `nvm`, `nodenv` and `nodeenv`. > Fast and simple Node.js version manager, built in...
Hi, thanks for this library :) We have an issue using it in [CRA](https://github.com/facebook/create-react-app) app though, because the babel env preset is configured to target node only. Would you agree...
## Problem - Server side validation is cumbersome to set up - When using middlewares and as the SaveButton relied on the SaveContext.saving prop, the SaveButton was only disabled for...
**What you were expecting:** Being able to set a custom list `actions` component even when there are no filters **What happened instead:** The page crashes with the following error: >...
## Problem Working on the e-commerce and crm demos is a pain because of the default CRA config: - You have to build the ra packages at least once before...
- [x] Upgraded to node `7.2.1` - [x] Updated most dependencies - [x] Ditch `reify` and `async-to-gen` in favor of babel which is fast too when correctly configured - [x]...
Follow #147 The goal is to have a cleaner separation of concerns between storage and business related features. - [x] Replaced models by repositories which are responsible for loading a...
Follow #128 and #132 Just for fun, I gave graphql a try using [Apollo](http://dev.apollodata.com/) I love it ! - [x] Added graphql and graphiql on the API (access graphiql for...
As discussed with @alexisjanvier, we currently have storage related code in our models. We should consider introducing repositories.
- [x] Use `SourceContext` for `TranslatableFields` - [x] Introduce `useFieldValue` to get a record value - [x] Document `useFieldValue`