Plus a Wordle for JS package names, ESLint 8.9, and a neat ES proxy code example. |
IN BRIEF: Microsoft's Angela Zhang writes about how Microsoft has been improving React Native's ability to call Windows APIs and how it's already being used in part of Windows 11. Version 100 of both Chrome and Firefox will soon be with us, so it's time to think about if your code can cope and to test things out. 👾 Enjoyed the Wordle word game? Jazle is Wordle but for JavaScript package/project names. Joyent has transferred the Node.js trademarks to the OpenJS Foundation. Google has unveiled the next version of its Cloud Functions serverless platform with longer function running times, bigger instances, and more. ESLint 8.9.0 has landed with a new es2022 environment added. RELEASES: Next.js 12.1 TypeScript 4.6 Release Candidate 1 Remix 1.2 – The freshest full-stack JS framework in town. zx 5.1 – Better shell scripting with JS. Strapi 4.1.0 – Headless Node.js CMS system. Cypress 9.5.0 – Popular testing system. |
The Basics of package.json — Most likely you’ve been working with package.json files for years, but it can pay to refamiliarize yourself with their many properties. Gabby T and Marian Villa (NodeScource) |
🏆 JavaScript to Know for React — A golden oldie we’ve seen doing the rounds again this week. It remains a perfect primer of several key JS features though with examples of features that will help you with React development in particular. Kent C Dodds |
Monorepos Explained — A new site that rounds up pretty much anything you need to know about monorepos, and the tools to build them. Nrwl |
GitHub has added a handy feature to its custom variant of Markdown so that you can write diagrams directly in Markdown using the same format as Mermaid.js. This is a fantastic way to make your README files more interesting if you have processes that can be outlined by way of a diagram – so check it out. | |