- React
- Material-UI
- React-Router
- GraphQL
- Relay
- MongoDB/Mongoose
Simple application where everyone can view polls and their results, users can register and login to create and vote on polls.
This application is one of the backend challenges at FCC, and I've decided to take it to the next level.
This application is being rendered both on the client and on the server.
The state is kept consisted using isomorphic-relay
& isomorphic-relay-router
.
isomorphic-style-loader
is being used to render the critical rendering path.
universal-webpack
is used to easily create "universal" webpack build configuration.
I've created this simple application in order to learn react - front to back. Using most the involved technologies, and preferably, only them.
MIT.