joshuagruenstein / snooze

A lightweight JS front-end microframework for API-first webapps.
MIT License
1 stars 0 forks source link

Initial JSON for URL pipes #13

Closed joshuagruenstein closed 8 years ago

joshuagruenstein commented 8 years ago

Currently, with Snooze (and all API-backend apps), one might notice a tad bit of latency when waiting for data. Generally this latency is experienced with a blank white screen. By allowing developers to provide initial JSON for URL pipes, Snooze can render with this immediately, then update when data from the real pipe is fetched. This would provide the illusion of minimal/no latency.

joshuagruenstein commented 8 years ago

Done in 6e8869580a8be4f5316bb2d999897db3397ca201.