-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Now that we have Breethe, we should write a series of blog posts about it. Here's what I think are good topics and could be the posts:
- building an app/pwa with glimmer.js (glimmer works mostly well, sneak peek into ember's future although many things available in ember already, allows you to build something very lightweight, SSR available, testing)
-
PWAs and offline (manifest etc., caching with service workers, offline with service workers and orbit, testing) - server side rendering (how, why (getting the data to the user fast), comparison to app shell, incremental startup (disabling some elements in the pre-rendered response, only enabling them once app has started), deployment)
- server side rendering 2: progressive enhancement, making the app work without js