intercellular / cell

A self-driving web app framework
https://www.celljs.org
MIT License
1.5k stars 94 forks source link

Example using client-side Routing and Graphql? #34

Open dalerka opened 7 years ago

dalerka commented 7 years ago

This library is very interesting. What would be the shortcomings and the ways to use this lib in a progressive web app (PWA) with Graphql and how to do routing? Such demo example would be great. AFAIK, currently both clients (Apollo & Relay) which help with cache and other optimizations require React.

joshwingreene commented 6 years ago

If you need client-side routing, I would suggest using Navigo (https://github.com/krasimir/navigo). I have been using it for a cell-based app and I haven’t run into any problems.