🇺🇦 #​587 — April 29, 2022 |
Unsubscribe  |  Read on the Web |
JavaScript Weekly |
Four Eras of JavaScript Frameworks — While the pre-2012 history is a bit fuzzy given the author’s experiences, this is a nice retrospective and attempt to break down the history of JavaScript frameworks into four eras, each of which builds upon what came before. Chris Garrett |
Building a JavaScript Bundler from Scratch — You’ve built a to-do list, you’ve built a static site generator.. maybe even a testing framework? Christoph, known for his role in building Jest, Yarn and MooTools, takes us to the next step: building a bundler. There’s a livestream version too. A great way to understand how such tools work under the hood. Christoph Nakazawa |
Updated Course: Complete Intro to React — Join Brian Holt for this updated look at getting started with React. Covering things like hooks, effects, context, and portals. Throughout this video course you’ll learn about tools from across the entire React ecosystem (like Parcel, ESLint, TailwindCSS, and React Router). Frontend Masters sponsor |
Jest 28: JS Testing Gets Lighter, Faster, More Productive — Jest is one of the most popular JS testing frameworks and v28 packs in a lot: sharding tests across multiple machines, a GitHub Actions reporter, improved support for package entry points with Simen Bekkhus |
IN BRIEF:
RELEASES: React 18.1 – A bug fix release. |
|
đź“’Â Articles & Tutorials |
How a Team Reduced Startup Time by 80% with Webpack — Admittedly, this team began from a reasonably inefficient starting point, such as using ts-node in production, but this post contains experiences or findings many teams could empathize with. Aris Konstantoulas |
▶  TypeScript Tips and Tricks with Matt Pocock — Matt has been developing a strong reputation on Twitter recently for his useful TypeScript tweets and videos, so it’s nice to see him digging deep on the VS Code YouTube channel with Burke Holland. 55-minutes, but if you’re a TypeScript user, you will learn something. Burke Holland |
Breaking Down JSON Web Tokens (JWTs) - Free eBook — We'll teach you how to build a secure signed JWT, the pros and cons of JWTs, and how to revoke them. Get the eBook today. FusionAuth sponsor |
Node 18's 'Prefix-Only' Core Modules Explained — A look at a new type of core module that can’t be imported quite like the others, e.g. Colin Ihrig |
Running JavaScript in a .NET App with JavaScriptEngineSwitcher
|
Upgrading to React 18 with TypeScript
|
Build a Lightweight Web Component with Lit.js
|
How to Use Serverless Cloud with SvelteKit
|
đź› Â Code & Tools |
Remotion 3.0: 'Write' Videos in React — Remotion lets you use your React skills to create videos by writing what you want to happen in code with Remotion handling the rendering and encoding. This video, built in Remotion, shows off a new AWS Lambda-based serverless rendering mechanism. Jonny Burger (Remotion) |
Frappe Gantt: An Open Source JavaScript Gantt Chart Control — Gantt charts are commonly used in project management to show the progress and connection between activities spread over a timeline. There’s a live demo on this page, or you can head to the GitHub repo. Frappe |
Couchbase Capella DBaaS: Store in JSON, Access with SQL — Build faster w/ in-memory performance & automatic replication & scaling. Try it now for free & be live in under 3 minutes. Couchbase sponsor |
htmlparser2 8.0: A 'Fast and Forgiving' HTML and XML Parser — Consumes documents and calls callbacks, but it can generate a DOM as well. There’s a live demo here. Works in both Node and browser. Felix Böhm |
FortuneSheet: An Excel-Like JS Spreadsheet Control — It’s early days, but this looks promising. There’s a live demo, of course. Suzhou Ruilisi Technology Co., Ltd |
React Responsive Pagination: Component for Smart Pagination — A responsive React pagination component which intelligently renders to the available width. You can try it out live here. Jon Elantha |
Integrate eSignatures in Your App in Less Than a Week HelloSign, a Dropbox Company sponsor |
Emoji Mart 5.0: A Customizable Emoji Picker for the Web — You can test it out here. Missive |
Peaks 2.0: UI Component for Interacting with Audio Waveforms
|