NYCPlanning / labs-postgis-preview

A lightweight express app and leaflet frontend for previewing PostGIS queries
MIT License
277 stars 57 forks source link

SSR? #85

Open brianbancroft opened 6 years ago

brianbancroft commented 6 years ago

This wouldn't be part of a milestone (or a pressing issue for that matter), but if we're serving a react app, we might want to do server side rendering of the index route. Webpack, babel... all the fun stuff we hate setting up.

The benefits is that the code will be cleaner, and it will be a lot easier to add dependencies.

The downside is that we'd have to config ssr, babel and Webpack.

chriswhong commented 6 years ago

👍 it's only a matter of time.