Tag: libraries

Official docs on using TypeScript with React

August 16, 2023 By Mark Otto 0

β›± I’m taking two weeks off and will be back on Wednesday, September 6. So if you don’t see the newsletter turn up for a while, rest assured it’s not your fault πŸ˜‰__Peter Cooper, your editor ‘My Experience Modernizing Packages to ESM’ β€” Mark, well known…

Svelte 5 is going to be radical

August 10, 2023 By Mark Otto Off

My Experience Modernizing Packages to ESM β€” What a post! Mark, well known for his work on React, Redux, and much more, details the painful experiences and hard-earned lessons he picked up while migrating the Redux packages to ES modules. Mark ‘acemarke’ Erikson Things You Forgot (or…

Taking JavaScript into Python

August 3, 2023 By Mark Otto Off

A Tale of Evading JavaScript Anti-Debugging Techniques β€” When you’re poking arounddebugging code written and distributed by a third party, there might be some sneaky traps thrown in your path to prevent your usual techniques from working. What next? Disable breakpoints in DevTools? Use a…

Opening up the Node.js toolbox

August 1, 2023 By Mark Otto 0

PythonMonkey: JavaScript/WASM Interop for Python β€” The alpha release of a new way to bring Python and JavaScript together, by way of embedding Mozilla SpiderMonkey into the Python VM. This post introduces the concept with some examples, an idea of where the project is headed,…

Deno wants us to ditch CommonJS

July 4, 2023 By Mark Otto 0

RegExp’s v Flag with Set Notation and Properties of Strings β€” The capability of regexes in Node has been turned up a few notches, especially in the support for, and manipulation of, Unicode character sets (for example, you can now do things like ‘match all…

Transformers: JavaScript in Disguise

March 17, 2023 By Mark Otto Off

????  Transformers.js: Running ML Models in the Browser β€” Transformers are a type of machine learning model often used for natural language or visual processing and while running such models directly in the browser is in its infancy, Transformers.js opens up some ML models to…

Were React hooks a mistake? Take 2.

March 8, 2023 By Mark Otto 0

Why You Should Use a React ‘Framework’ β€” Whether it’s Next.js, Gatsby, Remix, or something else, using a bigger framework that itself uses React is de rigueur in 2023. Lee examines why, complete with a nice iceberg metaphor, and does a good job of boiling…

JavaScript sans build systems?

February 17, 2023 By Mark Otto Off

Writing JavaScript Without a Build System β€” Using a variety of build tools for things like bundling and transpiling is reasonably standard in modern JavaScript development, but what if you want to keep things simple? For simple things, it’s not necessary, says Julia. This led…