@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.
β