evoluteur / evolutility-ui-react

Framework for building CRUD UIs for Hasura GraphQL with models rather than code.
https://evoluteur.github.io/evodemo/
GNU Affero General Public License v3.0
113 stars 30 forks source link

Demo for evolutility-ui-react (not an issue) #12

Closed pymeup closed 5 years ago

pymeup commented 5 years ago

Hello Oliver,

Really impressed by Evolutility so far, congrats!

I see that you have a Demo for the jquery version of the FrontEnd, do you plan to showcase one also for the React?

Looking forward to see it!

Many thanks, Costin V.

david-pfx commented 5 years ago

The problem is where to put the data. The jQuery version uses local storage and a model based on Backbone. The react version just uses the API. Adding local storage is a non-trivial exercise.

evoluteur commented 5 years ago

Yes, I'd like to have a live demo. Not sure if it will be w/ localStorage or a hosted Evolutility-Server-Node...