The React Team Shares What It's Been Working On
It’s been eleven months since the last update, so a lot has happened. Work on React Compiler has progressed; it now powers Instagram’s production site. We also learn that React 19 is on the way and will include some breaking changes, particularly to support things like Web Components. Some of the latest developments in React Canary are also covered. Fingers crossed for May.. - https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024
#react
It’s been eleven months since the last update, so a lot has happened. Work on React Compiler has progressed; it now powers Instagram’s production site. We also learn that React 19 is on the way and will include some breaking changes, particularly to support things like Web Components. Some of the latest developments in React Canary are also covered. Fingers crossed for May.. - https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024
#react
react.dev
React Labs: What We've Been Working On – February 2024 – React
The library for web and native user interfaces
👍8
Node's 2023, Summarized in An Article
Rafael, of the Node.js TSC and Fastify core team, shares a useful update on the evolution of Node.js over the past year, how the team ensures Node is well tested and reliable, changes to Node’s vendor dependencies, as well as enhancements to Node’s security and Web presence. - https://blog.rafaelgss.dev/nodejs-2023-year-in-review
#nodejs
Rafael, of the Node.js TSC and Fastify core team, shares a useful update on the evolution of Node.js over the past year, how the team ensures Node is well tested and reliable, changes to Node’s vendor dependencies, as well as enhancements to Node’s security and Web presence. - https://blog.rafaelgss.dev/nodejs-2023-year-in-review
#nodejs
blog.rafaelgss.dev
Node.js 2023 Year in An Article
Tech insights on Performance, Security and Node.js from Rafael Gonzaga, Node.js TSC member
👍5
How To Center a Div
Joshua Comeau created a fantastic, in-depth guide on centering in CSS. - https://www.joshwcomeau.com/css/center-a-div
#css
Joshua Comeau created a fantastic, in-depth guide on centering in CSS. - https://www.joshwcomeau.com/css/center-a-div
#css
Joshwcomeau
How To Center a Div • Josh W. Comeau
Back in the day, centering an element was one of the trickiest things in CSS. As the language has evolved, we’ve been given lots of new tools we can use… But how do we pick the best option? When do we use Flexbox, or CSS Grid, or something else? Let's dig…
👍4😁3👎2
“Code Smells” in Angular
In one of my previous post I talked about “Clean Frontend Architecture” and principles that should be… - https://blog.bitsrc.io/code-smells-in-angular-ce73bf7db072
#angular
In one of my previous post I talked about “Clean Frontend Architecture” and principles that should be… - https://blog.bitsrc.io/code-smells-in-angular-ce73bf7db072
#angular
Medium
What are Code Smells in Angular?
In one of my previous post I talked about “Clean Frontend Architecture” and principles that should be followed in order to positively…
👍4❤1
Quick guide to add websocket to Nuxt 3
In this article, the author explores quick a solution to attaching a websocket within a Nuxt 3 project. - https://dev.to/mellewynia/quick-guide-to-add-websocket-to-nuxt-3-4bi4
#vue
In this article, the author explores quick a solution to attaching a websocket within a Nuxt 3 project. - https://dev.to/mellewynia/quick-guide-to-add-websocket-to-nuxt-3-4bi4
#vue
DEV Community
Quick guide to add websocket to Nuxt 3
I found it quite challenging to add websockets to Nuxt 3. The docs on how Nuxt 3 is glued together...
👍7
Remix Vite Now Stable; Gets an SPA Mode
Remix is a full-stack web framework built atop React Router that compiles apps into both server and client-side portions that interoperate seamlessly. Support for Vite is now stable in Remix v2.7, with a significant enhancement being a new SPA mode that doesn’t require a JS server in production while maintaining many of Remix’s conventions and benefits. - https://remix.run/blog/remix-vite-stable
#react #remix
Remix is a full-stack web framework built atop React Router that compiles apps into both server and client-side portions that interoperate seamlessly. Support for Vite is now stable in Remix v2.7, with a significant enhancement being a new SPA mode that doesn’t require a JS server in production while maintaining many of Remix’s conventions and benefits. - https://remix.run/blog/remix-vite-stable
#react #remix
remix.run
Remix Vite is Now Stable
Support for Vite is now stable in Remix v2.7.
👍3
Preventing SQL Injection Attacks in Node
Learn more about why and where SQL injection attacks pose a threat and some initial ways to shield your Node apps against them. - https://snyk.io/blog/preventing-sql-injection-attacks-node-js/
#nodejs
Learn more about why and where SQL injection attacks pose a threat and some initial ways to shield your Node apps against them. - https://snyk.io/blog/preventing-sql-injection-attacks-node-js/
#nodejs
👍4
10 Interview Questions Every JS Developer Should Know in 2024
I’d usually shy away from a list-based post on Medium, but this is a good exception. As a rare example of a top-notch developer who's also involved in hiring other developers, Eric provides useful advice. - https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-in-2024-c1044bcb0dfb
#interview
I’d usually shy away from a list-based post on Medium, but this is a good exception. As a rare example of a top-notch developer who's also involved in hiring other developers, Eric provides useful advice. - https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-in-2024-c1044bcb0dfb
#interview
Medium
10 Interview Questions Every JavaScript Developer Should Know in 2024
The world of JavaScript has evolved significantly, and interview trends have changed a lot over the years. This guide features 10 essential…
👍5👎1
Vue.js Parallel Fetching improves LCP and FCP
This article focuses on Vue.js, a popular JavaScript framework, and how you can use it to enhance Largest Contentful Paint (LCP) and First Contentful Paint (FCP) through parallel fetching of component files and images. - https://medium.com/@m.kiselyow/vue-js-parallel-fetching-improves-lcp-and-fcp-289f0898badc
#vue
This article focuses on Vue.js, a popular JavaScript framework, and how you can use it to enhance Largest Contentful Paint (LCP) and First Contentful Paint (FCP) through parallel fetching of component files and images. - https://medium.com/@m.kiselyow/vue-js-parallel-fetching-improves-lcp-and-fcp-289f0898badc
#vue
Medium
Vue.js Parallel Fetching improves LCP and FCP
In the world of web development, fast-loading websites are non-negotiable. Two key performance metrics, Largest Contentful Paint (LCP) and…
👍4
Going beyond pixels and (r)ems in CSS - Relative length units based on the viewport
Brecht De Ruyte explains some common pitfalls when using viewport units. - https://techhub.iodigital.com/articles/going-beyond-pixels-and-rems-in-css/relative-length-units-based-on-the-viewport
#css
Brecht De Ruyte explains some common pitfalls when using viewport units. - https://techhub.iodigital.com/articles/going-beyond-pixels-and-rems-in-css/relative-length-units-based-on-the-viewport
#css
👍2
Building a CLI App with React and Ink
Why? Why not? This isn’t a tutorial, but more a look at just how simply such an app can come together. - https://www.nico.fyi/blog/react-ink-cli-chat-supabase
#react
Why? Why not? This isn’t a tutorial, but more a look at just how simply such an app can come together. - https://www.nico.fyi/blog/react-ink-cli-chat-supabase
#react
👍5
How To Draw Radar Charts In Web
Preethi Sam demonstrates the process of creating radar charts on the web. - https://www.smashingmagazine.com/2024/02/draw-radar-charts-web
#css
Preethi Sam demonstrates the process of creating radar charts on the web. - https://www.smashingmagazine.com/2024/02/draw-radar-charts-web
#css
Smashing Magazine
How To Draw Radar Charts In Web — Smashing Magazine
A radar chart — also commonly called a spider chart — is yet another way to visualize data and make connections. Radar charts are inherently geometric, making them both a perfect fit and fun to make with CSS, thanks to the `polygon()` function. Read along…
👍5
Run Node.js Apps on the Edge with RHEL and Fedora
IoT, in this case. - https://developers.redhat.com/articles/2024/02/21/run-nodejs-applications-edge-rhel-and-fedora#the_software
#nodejs
IoT, in this case. - https://developers.redhat.com/articles/2024/02/21/run-nodejs-applications-edge-rhel-and-fedora#the_software
#nodejs
Red Hat Developer
Run Node.js applications on the edge with RHEL and Fedora | Red Hat Developer
As the cost to performance ratio of small computer systems improves, more and more enterprises are moving from simpler IoT systems to deploying devices that can do more processing at the edge. As part
👍3❤1
Converting Observables to Signals in Angular: What You Need to Know
Angular v16 comes with a new package named rxjs-interop, which introduces the toSignal function that converts… - https://netbasal.com/converting-observables-to-signals-in-angular-what-you-need-to-know-4f5474c765a0
#angular
Angular v16 comes with a new package named rxjs-interop, which introduces the toSignal function that converts… - https://netbasal.com/converting-observables-to-signals-in-angular-what-you-need-to-know-4f5474c765a0
#angular
Medium
Converting Observables to Signals in Angular: What You Need to Know
Angular v16 comes with a new package named rxjs-interop, which introduces the toSignal function that converts an observable to a signal. In…
👍5🥰1
Handling Asynchronous Promises with Vue.js 3 Suspense API
Vue.js 3 introduced various compelling features, including the suspense API component boundary. This API proves invaluable when dealing with asynchronous requests. In this article, explore the Vue.js 3 Suspense API for efficient asynchronous data loading. - https://javascript.plainenglish.io/handling-asynchronous-promises-with-vue-js-3-suspense-api-5ad566e7381b
#vue
Vue.js 3 introduced various compelling features, including the suspense API component boundary. This API proves invaluable when dealing with asynchronous requests. In this article, explore the Vue.js 3 Suspense API for efficient asynchronous data loading. - https://javascript.plainenglish.io/handling-asynchronous-promises-with-vue-js-3-suspense-api-5ad566e7381b
#vue
Medium
Handling Asynchronous Promises with Vue.js 3 Suspense API
Explore the Vue.js 3 Suspense API for Efficient Asynchronous Data Loading
👍6❤1
Exploring Next.js Forms with Server Actions
Learn from Robin’s experiences: “I delved deep into exploring Forms in Next.js 14 using Next’s App Router, React Server Components (RSC), and Server Actions. This comprehensive tutorial covers React/Next native aspects like useFormStatus, useFormState and revalidatePath.” - https://www.robinwieruch.de/next-forms/
#react
Learn from Robin’s experiences: “I delved deep into exploring Forms in Next.js 14 using Next’s App Router, React Server Components (RSC), and Server Actions. This comprehensive tutorial covers React/Next native aspects like useFormStatus, useFormState and revalidatePath.” - https://www.robinwieruch.de/next-forms/
#react
www.robinwieruch.de
Next.js Forms with Server Actions
How to use Forms in Next.js with React Server Components (RSC), Server Actions in Next's App Router by using useFormState and useFormStatus. Learn about form validation, form reset, form feedback (field errors and toast messages) while using progressive enhancement…
👍3❤1
Web Components in Earnest
This is.. epic! If you want to really get a walk through the journey of building an entire app using Web Components and JavaScript, this is it. The app in this case is simple, but complete, and the author shows off the realities of going all in with Web Components here. - https://naildrivin5.com/blog/2024/01/24/web-components-in-earnest.html
#webcomponents
This is.. epic! If you want to really get a walk through the journey of building an entire app using Web Components and JavaScript, this is it. The app in this case is simple, but complete, and the author shows off the realities of going all in with Web Components here. - https://naildrivin5.com/blog/2024/01/24/web-components-in-earnest.html
#webcomponents
Naildrivin' 5 - Website of David Bryant Copeland
Web Components in Earnest
👍5
How to Transfer Binary Data Efficiently Across Worker Threads - https://advancedweb.hu/how-to-transfer-binary-data-efficiently-across-worker-threads-in-nodejs/
#nodejs
#nodejs
Advanced Web Machinery
How to transfer binary data efficiently across worker threads in NodeJs
How to return a Buffer from a worker
👍4
A CSS Project Boilerplate
Andy Bell shares some thoughts on structuring CSS in your projects. - https://piccalil.li/blog/a-css-project-boilerplate
#css
Andy Bell shares some thoughts on structuring CSS in your projects. - https://piccalil.li/blog/a-css-project-boilerplate
#css
Piccalilli
A CSS project boilerplate
For the many folks who ask how I write CSS since removing Sass, this is how I and the Set Studio team do it in 2024.
👍3
New way of passing data to dynamically created components
When working with Angular, we often need to render dynamic components. We might want to render a component… - https://itnext.io/new-way-of-passing-data-to-dynamically-created-components-new-feature-1d7e807b30f5
#angular
When working with Angular, we often need to render dynamic components. We might want to render a component… - https://itnext.io/new-way-of-passing-data-to-dynamically-created-components-new-feature-1d7e807b30f5
#angular
Medium
New way of passing data to dynamically created components (New Feature 🎉)
When working with Angular, we often need to render dynamic components. We might want to render a component based on the user’s input.
👍4