@Wes
TypeScript has released a beta property erasableSyntaxOnly that will disallow any parts of TypeScript that aren’t types — that is anything that compiles into JavaScript code.
This includes enums, runtime namespaces and parameter properties.
Turning this on should make writing code for runtimes that simply strip types much easier - like Node.js!
CJ'S LINK
Solve crimes by querying tables and finding clues. Even the first case roped me in.
FROM WEs!
Xenova has done it again. Advancements in WebGPU, he has the Kokoro ML model running entirely in the browser with Transformers.js. 28 Voices!
cj AGAIN!
Create React App has officially been deprecated. TLDR: just use Vite now
cj AGAIN!
An updated focused guide for what libraries to choose when building a react app.