Sasha Aickin
Sasha Aickin
First off, congratulations on your launch! Nice job. 🚀🌈🔥 Also: thanks for having good docs! It's great that you included static templates, but I'm a little confused about your choice...
I sent this in [a tweet](https://twitter.com/xander76/status/837004640751243264) to @divmain but thought it was worth expanding on here. The first version of `react-dom-stream` took the same checksum strategy you are using here...
I really think this proposal is great, and I wanted to suggest the addition of one relatively small high-level goal that I didn't see in the proposal. It can be...
Thanks for such a cool proposal! Continuing on from [this thread](https://twitter.com/djeric3/status/887470011224170496), I wanted to suggest that there should be some sort of structured way for browsers to tell servers whether...
So, I have a question for you all: how would you feel about porting the current integration test codebase from Zombie to Selenium? I ask because I have a few...
So I just read [this article about XSS vulnerabilities in React SSR](https://medium.com/node-security/the-most-common-xss-vulnerability-in-react-js-applications-2bdffbcc1fa0) that result from using `JSON.stringify` to serialize data, and I immediately thought of y'all. I went through the...
After watching a bunch of Google I/O talks on Progressive Web Apps, I've been thinking a lot about how [ServiceWorkers](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API) could help react-server load faster on second visit. I think...
I've been thinking about a new dev happiness feature for react-server that could be quite neat: server-side timing info. The idea is to send down timing info of critical events...
I've found that if I just use regenerator and **not** the babel classes transform, then the following code transforms to code that raises a ReferenceError: ``` const computedName = "computedFn";...
### What? Currently, the `router.push` method does not sanitize URL arguments, which can cause cross-site scripting (XSS) bugs in next.js sites through the running of untrusted code in a JavaScript...