Klee Secure and Local AI on Your Desktop with RAG Knowledge Base and Markdown Note Support
Secure and local AI on your desktop with a built-in RAG knowledge base and Markdown note support. Like Klee? Give it a star 🌟, visit our Website or join our Discord. Download and run open-source LLMs...
Setting up Micro-frontends with Astro and Ecma Script Modules
Luca Mezzalira, perhaps the father of micro-frontends defines them as the technical representation of a business subdomain that allow independent implementations with the same or different technology....
ReactQuery Toolkit: Making ReactQuery Reusable and Typesafe
🕊️ A toolkit for ReactQuery that makes ReactQuery reusable and typesafe. Manage `queryKey` in a type-safe way. Make `queryClient`s operations clearly associated with custom ReactQuery hooks. You can ...
Open-Closed Principle in React: Building Extensible Components
After exploring Dependency Inversion, Interface Segregation, and Liskov Substitution, let’s tackle the Open-Closed Principle (OCP) in the context of modern React applications. The Open-Closed Principl...
React Compiler Integration With Astro (Vite)
React compiler was introduced to tackle massive re-rendering issues within a react application. It looks at the code and figures out if a certain component or a value can be memoized to limit re-rende...
Microfrontends with Astro, Solid & React | by Raymond Boswel | Medium
This article by Raymond Boswel explores how to set up micro-frontends with Astro, Solid, and React. It builds on the work of Sergio A. Arevalo Soria and covers handling routing within uFrontends, load...
Client-side composition of microfrontends with Astro Islands
# astro-microfrontends This demo takes advantage of EcmaScript Modules (ESM) and url-imports to do client-side composition of microfrontends. Express is used for serving assets, but ideally one would ...
Server-side rendering micro-frontends with Astro
Ruben Casas once said “something that is really hard with micro-frontends is server-side rendering” and Luca Mezzalira recently stated that “server-side rendering is the real challenge”. I tend to agr...
Setting up micro-frontends with Astro and Ecma Script Modules
Luca Mezzalira, perhaps the father of micro-frontends defines micro-frontends as “the technical representation of a business subdomain” that allow independent implementations with the same or differen...
React Flow 12 Release - xyflow🔥
React Flow 12 is the latest release from xyflow, featuring SSR support, dark mode, computing flows, and more. The release includes a rebranding to @xyflow/react, along with new features like server si...
Pivoting From React to Native DOM APIs: A Real World Example
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn ...
React 19 Beta – ReactStream React Conf on May 15-16
React 19 Beta is now available on npm! This beta release is for libraries to prepare for React 19. App developers should upgrade to 18.3.0 and wait for React 19 stable as we work with libraries and ma...
Welcome to PlatformPlatform
# đź‘‹ Welcome to PlatformPlatform Drawing on our expertise building true enterprise-grade products with millions of daily users in highly regulated sectors like healthcare, finance, government, etc., w...
Reacts Next Big Change?

React is often discussed but React Dom, the package that powers it, is not given enough attention. React Dom handles the rendering and placement of components in the DOM. The introduction of React Str...
React Labs: What Weve Been Working On - February 2024
In React Labs posts, we write about projects in active research and development. We’ve made significant progress since our last update, and we’d like to share our progress. React Compiler is no longer...
@react-three/fiber
react-three-fiber is a React renderer for threejs. Build your scene declaratively with re-usable, self-contained components that react to state, are readily interactive and can participate in Reacts e...
Maybe: Open-source personal finance app
Get involved in Maybe, an open-source personal finance app. It was originally built as a React app and offers a wide range of features including net worth tracking, financial account syncing, investme...
The Two Reacts — overreactedoverreactedby
Suppose I want to display something on your screen. Whether I want to display a web page like this blog post, an interactive web app, or even a native app that you might download from some app store, ...
Building a Project Management Tool with ASP.NET 7 and React: Part 1 — Introduction & Environment Setup
Welcome to the beginning of an exhilarating journey where we embark on the mission to build a comprehensive Project Management Tool from scratch. This series is designed to guide you through every cor...
Building a Project Management Tool with ASP.NET 7 and React: Part 2— User Authentication
Welcome back to the second installment of our hands-on tutorial series where we meticulously craft a dynamic project management tool from scratch! In this segment, our expedition will primarily revolv...