2024-03-26
2367
#react
Nefe Emadamerho-Atori
145093
111
Mar 26, 2024 â‹… 8 min read

A guide to better state management with Preact Signals

Nefe Emadamerho-Atori Nefe is a frontend developer who enjoys learning new things and sharing his knowledge with others.

Recent posts:

Cover image for es-toolkit, a Lodash alternative

es-toolkit, a Lodash alternative

es-toolkit is a lightweight, efficient JavaScript utility library, ideal as a modern Lodash alternative for smaller bundles.

Rishi Purwar
Nov 6, 2024 â‹… 5 min read
JS Logo Over Blue Background

The ResizeObserver API: A tutorial with examples

The use cases for the ResizeObserver API may not be immediately obvious, so let’s take a look at a few practical examples.

Kevin Drum
Nov 5, 2024 â‹… 9 min read
Automate Code Commenting Using VS Code And Ollama

Automate code commenting using VS Code and Ollama

Automate code comments using VS Code, Ollama, and Node.js.

Carlos Mucuho
Nov 5, 2024 â‹… 13 min read
Build A Micro-Frontend Application With React

Build a micro-frontend application with React

Learn to build scalable micro-frontend applications using React, discussing their advantages over monolithic frontend applications.

Harsh Patel
Nov 4, 2024 â‹… 8 min read
View all posts

One Reply to "A guide to better state management with Preact Signals"

  1. What a great post about signals, congratulations! I have only one question, how can we test components that use global state signals? Is there a library for mocking the signals or test them?

Leave a Reply