6 ms·
Hey, (I'm the original author of copytext at NPR) this looks like a really nice lib. FWIW, we specifically don't do it this way, because during development we'r
by staringmonkey 12y ago
Hey, (I'm the original author of copytext at NPR) this looks like a really nice lib. FWIW, we specifically don't do it this way, because during development we're probably refreshing our page thousands of times and we don't want the delay of hitting the Google servers for every request.
Incidentally, that's also why we don't request the spreadsheet in Javascript--the lag time to render the page is too high.
We've found our approach gives us a nice balance of "real time" and "practical".
Thanks for the comment.
- toomuchtodo 12y agoThank you for open sourcing it!