All Projects → jferrettiboke → React Auth App Example

jferrettiboke / React Auth App Example

Licence: mit
An app example with authentication using Create React App, React, React Router, Apollo, GraphQL, Redux and Redux Form.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Auth App Example

React Boilerplate
⚛ The stable base upon which we build our React projects at Mirego.
Stars: ✭ 39 (-78.21%)
Mutual labels:  graphql, apollo, react-router
Apollo Redux Form
Redux forms powered by Apollo
Stars: ✭ 52 (-70.95%)
Mutual labels:  graphql, apollo, redux-form
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (-29.05%)
Mutual labels:  graphql, apollo, react-router
React Apollo Form
Build React forms based on GraphQL APIs.
Stars: ✭ 178 (-0.56%)
Mutual labels:  graphql, apollo
Reactql
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
Stars: ✭ 1,833 (+924.02%)
Mutual labels:  graphql, apollo
React Interview Questions
300+ React Interview Questions
Stars: ✭ 151 (-15.64%)
Mutual labels:  redux-form, react-router
Reason Apollo Hooks
Deprecated in favor of https://github.com/reasonml-community/graphql-ppx
Stars: ✭ 140 (-21.79%)
Mutual labels:  graphql, apollo
Scalable React Typescript Boilerplate
⭐️ Scalable micro-framework featuring React and TypeScript
Stars: ✭ 174 (-2.79%)
Mutual labels:  graphql, apollo
Countries
🌎 Public GraphQL API for information about countries
Stars: ✭ 156 (-12.85%)
Mutual labels:  graphql, apollo
Ran
⚡ RAN! React . GraphQL . Next.js Toolkit ⚡ - SEO-Ready, Production-Ready, SSR, Hot-Reload, CSS-in-JS, Caching, CLI commands and more...
Stars: ✭ 2,128 (+1088.83%)
Mutual labels:  graphql, apollo
Graphql Rails Blog
Blog App built with Rails 5, React and GraphQL
Stars: ✭ 160 (-10.61%)
Mutual labels:  graphql, apollo
Meteor Apollo Accounts
Meteor accounts in GraphQL
Stars: ✭ 145 (-18.99%)
Mutual labels:  graphql, apollo
Graphql Directive
Use custom directives in your GraphQL schema and queries 🎩
Stars: ✭ 142 (-20.67%)
Mutual labels:  graphql, apollo
Next Graphql Blog
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (-15.08%)
Mutual labels:  graphql, apollo
Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (-21.23%)
Mutual labels:  graphql, react-router
Reactconfbr
Public infos and issues about React Conf Brasil organization
Stars: ✭ 156 (-12.85%)
Mutual labels:  graphql, apollo
Next Apollo Auth
Authentication Boilerplate with Next.js and Apollo GraphQL
Stars: ✭ 159 (-11.17%)
Mutual labels:  graphql, apollo
React Firestore Authentication
🔥Boilerplate Project for Authentication with Firestore in React.
Stars: ✭ 165 (-7.82%)
Mutual labels:  create-react-app, react-router
Sqldatasource
SQL DataSource for Apollo GraphQL projects
Stars: ✭ 176 (-1.68%)
Mutual labels:  graphql, apollo
Next Advanced Apollo Starter
Advanced, but minimalistic Next.js pre-configured starter with focus on DX
Stars: ✭ 131 (-26.82%)
Mutual labels:  graphql, apollo

React auth app example

Description

An app example with authentication using Create React App, React, React Router, Apollo, Redux and Redux Form.

Run the app

You have to run the server and the client app to see this example working.

Client

The client app is all about the user interface.

IMPORTANT NOTE

The client app has been created with Create React App, which means you can build and run it for production too.

Run it!

  1. cd react-auth-app-example && cd client
  2. npm install
  3. npm start

Server

This is the server with a GraphQL API.

IMPORTANT NOTE

The server app is not production-ready.

Run it!

  1. cd react-auth-app-example && cd server
  2. npm install
  3. npm start

Contributing

Do you know how to improve it? Feel free to contribute to this project.

License

MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].