Home » angular js » Page 5
February 29, 2024
By
Mark Otto
PGlite: PostgreSQL in WebAssembly (and TypeScript) β People have brought Postgres into the browser before, albeit atop a Linux VM WASM layer. PGlite, however, packages a WASM build of Postgres into a TypeScript library that can be run in the browser or on Node.js or…
February 22, 2024
By
Mark Otto
π Apache ECharts 5.5: The Powerful Visualization Library β EChartsβ big selling point, beyond being a well supported Apache-backed project, is its balance of power and simplicity. You can do a lot with it (check out the many examples here) without the code becoming complex. v5.5…
February 15, 2024
By
Mark Otto
Tempo: An Easier Way to Work with Dates β We think they nailed their own summary: βA collection of utilities for working with the native Date object β an important distinction from other libraries that provide custom date primitives. Under the hood, Tempo mines Intl.DateTimeFormat…
February 8, 2024
By
Mark Otto
jQuery 4.0.0 Beta β I recently looked at issue #1 of JavaScript Weekly and the top two items were jQuery, so itβs nice to feature it π You might not be using jQuery, but it’s still everywhere, including WordPress. v4 says goodbye to IE 10…
February 1, 2024
By
Mark Otto
Announcing TypeScript 5.4 Beta β TypeScript gains Object.groupBy and Map.groupBy, a new NoInfer<T> utility type is introduced to stop TypeScript from digging in to match against inner types during inference, and lots of smaller bits and pieces covered in this lengthy post. The final release…
January 25, 2024
By
Mark Otto
Better JavaScript Shell Scripting with Bun Shell β Performance-focused server-side runtime Bun continues its rapid evolution with a side quest into the world of shell scripting by making it easier, cross-platform friendly, and less verbose. zx offers similar (but less integrated and focused) functionality to…
January 18, 2024
By
Mark Otto
console.delight β You use console.log to output text, but did you know that in the browser console it can be used to render other things, like SVGs and HTML? This post is packed with examples and goes deeper into the creative options opened up by…
January 11, 2024
By
Mark Otto
Is htmx Just Another JavaScript Framework? β Despite being four years old, htmx has seen a surge in popularity recently, parly due to fatigue with ‘big frameworks’ and also because its simple HTML-based approach to adding functionality to a page appeals to an increasingly diverse…
January 4, 2024
By
Mark Otto
π The 2023 JavaScript Rising Stars β At the start of each year, Michael rounds up the projects that gained the most popularity on GitHub in the prior year. Rocketing to #1 is the shadcn/ui suite of React components, but there are a lot of fresh…
December 21, 2023
By
Mark Otto
π Welcome to the final issue of 2023! We’re taking a week off for Christmas, so this issue focuses on looking back at the past year and the items that intrigued you the most. We’re back at full steam on January 4, 2024 and we…