If youβve ever found yourself wondering just how many UI libraries are out there for React, this article goes a long way to enumerating and describing whatβs currently available.
Link to the article
#react #lib
Please open Telegram to view this post
VIEW IN TELEGRAM
π6π₯2π2
Masonry style layouts (above) see content laid out like a brick/stone wall. Itβs a popular pattern, but one that rapidly becomes difficult to get just right.
Real-world feedback is now being sought from devs and designers on how CSS should handle such layouts.
This article runs through the current proposal, the debate at the heart of things, and how to share your thoughts.
Link to the article
#css #html
Please open Telegram to view this post
VIEW IN TELEGRAM
π3π₯3π€3
Is your app ready for whatβs coming up in React 19βs release?
A quick look at some of the anticipated changes so far.
Link to the article
#react
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯4π€3π2
Theyβre completely different, but often coupled. Jake outlines the difference, and why it matters.
Link to the article
#html
Please open Telegram to view this post
VIEW IN TELEGRAM
π6π₯2π€2
A significant release of the cross-platform native app framework.
It includes the Yoga 3.0 layout engine, bridgeless mode becomes the default if using New Architecture, and Yarn 3 is the default package manager for new projects.
Link to the release
#react #reactnative #release
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯4π3π€2
Iβd be surprised if youβre not familiar with Theo, but if not, letβs just say heβs a popular developer YouTuber π
He may become even more popular thank to this video which, over three hours, covers modern React app development, complete with server components, Next.js, TypeScript, the Drizzle ORM, pnpm, and shadcn/ui.
Link to the video
#react #nextjs #ts
Please open Telegram to view this post
VIEW IN TELEGRAM
π6π₯5π€2
Once known as BuckleScript, ReScript is a heavily OCaml-inspired, typed language that compiles to JavaScript and even has a JSX transform built into the language.
Traditionally this JSX support was targeted solely at React use cases, but now works with Vue, Preact, and other approaches too.
Link to the release
#js #release
Please open Telegram to view this post
VIEW IN TELEGRAM
π4π₯2π2
Nuxt 3.9 introduced a new dedupe option for the useFetch (and useAsyncData) composable. This option allows you to avoid deduplicate fetch calls for the same key.
The default value is cancel which cancels existing requests when a new one is made.
The defer option does not make a new request at all if there is a pending request
#vue #nuxt #tip
Please open Telegram to view this post
VIEW IN TELEGRAM
π8π₯2π€2
This release includes extensive improvements to the API for making toolbar apps, more ways to keep your Astro project up to date, and more.
Updates:
- Dev Toolbar API Enhancements: New tools and helpers, including defineToolbarApp(), improve the ease of building toolbar apps.
- Update Checker: Astro now checks for updates automatically every 10 days and alerts users if they are multiple versions behind.
- TypeScript Compatibility: The strictest TypeScript preset now allows JavaScript files (allowJs: true) to address user feedback and reduce confusion.
These updates aim to simplify development processes and enhance user experience within the Astro ecosystem.
Link to the release
#astro #release #news
Please open Telegram to view this post
VIEW IN TELEGRAM
π6π₯2π2β€1
The newest, cutting edge, major version of Node lands with some key enhancements. v22 becomes the new βcurrentβ release (becoming active LTS in October).
It adds support for require-ing ESM, gets a built-in WebSocket client, upgrades to V8 12.4, and includes a task runner (e.g. node --run task_name). This blog post takes a closer look.
Link to the release
#release #news #node
Please open Telegram to view this post
VIEW IN TELEGRAM
π7π₯2π1
The Efficiency-Focused Package Manager
pnpm has long been a fantastic option for folks looking to save disk space and CPU cycles (or for its great monorepo support) while maintaining most of what makes npm great.
v9.0 drops Node 16 and 17 compatibility, honors the packageManager field in package.json, makes some default config changes, and adopts Lockfile v9.
Link to the release
#release #news #pnpm
Please open Telegram to view this post
VIEW IN TELEGRAM
π7π3π₯2
Jaydev discovered that Vue has a bunch of neat features that makes him jealous as React developer.
Link to the article
#vue #react
Please open Telegram to view this post
VIEW IN TELEGRAM
π6π₯2π2
When Ryan created Node, JavaScript had no packages or standard module system. npm and CommonJS took off, and tools like Yarn or pnpm extended npm in certain areas, but in today's ES modules era, itβs time for a transformation.
JSR is not merely a new npm, but a shift in how packages are distributed, tailored for the modern era.
Link to the article
#js #npm #jsr #yarn
Please open Telegram to view this post
VIEW IN TELEGRAM
π5π₯2π2
In the world of server-side JavaScript, Node.js has dominated for a long time. Recently, however, a new contender named Bun has emerged, promising better performance and developer experience.
Theyβve conducted a series of benchmarks to see how Bun stacks up against Node.js, particularly within a serverless context like AWS Lambda, where cold starts and compute performance matter immensely.
Link to the article
#node #js #bun
Please open Telegram to view this post
VIEW IN TELEGRAM
π7π₯2π2