Blog Logo
TAGS

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...

Read more...

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....

Read more...

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 ...

Read more...

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...

Read more...

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...

Read more...

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...

Read more...

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 ...

Read more...

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...

Read more...

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...

Read more...

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...

Read more...

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 ...

Read more...

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...

Read more...

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...

Read more...

Reacts Next Big Change?

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...

Read more...

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...

Read more...

@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...

Read more...

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...

Read more...

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, ...

Read more...

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...

Read more...

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...

Read more...