-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin Next #750
Labels
Comments
This was referenced Apr 5, 2018
Closed
kevinhughes27
added a commit
that referenced
this issue
Apr 21, 2018
This was referenced May 9, 2018
Merged
Merged
This was referenced Jun 22, 2018
Merged
Merged
Closed
Merged
This was referenced Jul 24, 2018
Merged
This was referenced Aug 15, 2018
Merged
Closed
This was referenced Aug 23, 2018
Merged
This was referenced Sep 9, 2018
Merged
This was referenced Nov 7, 2018
Merged
Merged
Merged
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A new admin client built with react, relay, typescript with GraphQL for the backend
clients
folder and will be self sufficient in terms of development. They will be built on their own and then served by rails in productionMatthieu Segret wrote an example blog using more or less the exact architecture I am imagining here: https://github.com/MatthieuSegret/graphql-rails-blog
Why?
Rails is an excellent framework for interacting with a database and building backends however in my opinion Rails frontend is inadequate for building a rich user experience. Attempts to integrate Rails with modern frontend technologies (like react_on_rails) add significant complexity to Rails when two separate toolchains would be simpler.
GraphQL is the new hottness in API design and for good reason. Its more opinionated and strongly typed compared to Rails controllers and RESTful APIs plus it automatically documents itself. Long term a backend only API is a lot easier to maintain and more flexible in terms of how we productize the app.
ToDo
Rails checks for a user before sending the client. If an API call is not for the right tournament the client will handle this error.This doesn't work for authenticating API calls with the react dev server. Discussion Team Mutations #800!
for withTheme ([typescript] Style typing improvements mui/material-ui#12492)Post 🚢 Cleanup
The text was updated successfully, but these errors were encountered: