Ryan Dahl
Ryan Dahl
``` # deno run -A npm:create-react-app cra-repo Creating a new React app in /private/tmp/foobar/cra-repo. Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template......
Imagine you have the program ```js while (true) { console.log("hello"); } ``` If one ctrl+c the process, it would be nice if we printed the JS stack.
The background for this is that many existing web frameworks incorrectly use `window` as a feature detect for web browsers. This breaks them when server side rendering in Deno, as...
Many applications still want path resolving functionality without this dependency. Ref https://github.com/denoland/deno_std/pull/685 Ref #643
new project creation flow
We want to be inline with what default chrome configurations are using to reduce technical debt https://github.com/denoland/rusty_v8/blob/ca83ce53bad172cd1b5f1fcfbe18cb936cbb3b7f/.gn#L48-L52 Problem: there are two snapshots in deno, the main runtime one, and the...
This makes it more fun (more people chatting in one place), the demo simpler (fewer pages - less to grok - simpler code)
https://news.ycombinator.com/item?id=32472452