Bun: An Exciting, Speedy New JavaScript Runtime — Tired of Node? Tired of Deno? Never. But a new challenger has appeared. Bun is aimed at ‘outside of browser’ use cases and is built around WebKit’s JavaScriptCore, rather than V8. Some notable features:
▶️ This 20-minute video does a reasonable job of showing it off, or if you’d prefer ▶️ a three-minute summary from Fireship. It’s early (beta) days but this is an exciting project to watch. (P.S. I’ve heard Bun is called ▶️ Barmcake in northern England..) Jarred Sumner |
FlexGrid by Wijmo: The Industry-Leading JavaScript Datagrid — We are excited to announce some great new features in our powerful JavaScript datagrid component for your web applications. Add familiar Excel-like functionality to make the most of your tabular data. Get started with FlexGrid for free today. Wijmo from GrapeCity |
How To NOT Block the Browser: The Essentials — If you’ve seen articles or tools talking about taking code off of the ‘main thread’ and wondered why that matters, this is the primer for you. It covers the event loop, Web Workers, async scheduling, and how they make a difference. Matthew Costello |
RELEASES: Node 14.20.0 (LTS), 16.16.0 (LTS) & 18.5.0 (Current) |
📒 Articles & Tutorials |
The New Wave of React State Management — It’s not a quick piece by any means, but provides a sweeping overview, along with some history and opinion, of the world of state management and some available options. Frontend Mastery |
Simplify Your Full-Stack Applications with XState — State management is one of those things it can take a while to really get into, particularly in areas of development not commonly associated with them, but it can be worth it in order to reduce systemic complexity (at the cost of more code up-front). Daniel Belo Gonçalves |
🛠 Code & Tools |
PocketBase: A Backend in a Single Binary — An interesting project that could replace Firebase in numerous scenarios. It’s written in Go but ultimately acts as the backend to your frontend JavaScript app. It uses SQLite and you get an admin dashboard built-in with file and user management too. Live demo and rather nice docs. Gani Georgiev |
Amplify UI for React Now Generally Available — Amplify is a sort of sub-platform tying together various AWS services in a way that makes them easier to use for frontend and mobile projects. A part of that is Amplify UI, a collection of React components connected directly to the AWS cloud (Vue and Angular variants are available). Amazon Web Services, Inc. |
|
🤔 DID YOU KNOW.. |