Transient
Transient
Using Firefox, these are the network stats I got: ``` 262 requests 3.86 MB / 1.99 MB transferred Finish: 11.96 s DOMContentLoaded: 4.97 s load: 11.53 s ``` A lot...
[This](https://github.com/bvaughn/react-virtualized/blob/master/source/AutoSizer/AutoSizer.example.js), from your link, looks incredibly promising, and I don't see it being too difficult to implement. Seems like it'll just take a few lines. I'll play around.
@wesbos if I update the PR template, do you want me to keep it commented?
From [awesome list PR template](https://github.com/sindresorhus/awesome/blob/master/pull_request_template.md): > Has an appropriate license. > > We strongly recommend the CC0 license, but any Creative Commons license will work. > Tip: You can quickly...
Hmm. That's a very good point. Is there a way to protect the code with a license but leave the data.js file out? I don't really deal in licensing.
Maybe not authentication but it would require some sort of server-side tracking. The site is hosted as a static page, so unfortunately I don't see this being possible.
@HugoDF [This](https://www.netlify.com/blog/2018/07/09/building-serverless-crud-apps-with-netlify-functions-faunadb/) may be a pretty good option, in that case
I'm gonna be a real pain here and.... +1. This would be so handy, and avoid so many (albeit little) issues I've been having with puttyng. Having an option for...
It's written for browser usage. Node compatibility would require a rewrite.
What npm version are you running? It literally says in the readme that this doesn't install on modern versions of NodeJS.