Nano Stores

Por Enrique Pascual
04/11/2022
Nano Stores

A tiny state manager for React, React Native, Preact, Vue, Svelte, and vanilla JS. It uses many atomic stores and direct manipulation.

  • Small. Between 266 and 969 bytes (minified and gzipped). Zero dependencies. It uses Size Limit to control size.
  • Fast. With small atomic and derived stores, you do not need to call the selector function for all components on every store change.
  • Tree Shakable. The chunk contains only stores used by components in the chunk.
  • Was designed to move logic from components to stores.
  • It has good TypeScript support.

Nano Stores

 

Síguenos en Linkedin para estar al tanto de todas las novedades.

 

 

 

Otros artículos:

Small dev tools

Small dev tools

Small dev tools es una web con 28 pequeñas utilidades para developers: Snippets JSON Base 64 CSS JS QR y mucho más......

Cliente RapidAPI para VSC

Cliente RapidAPI para VSC

RapidAPI Client es un cliente HTTP con todas las funciones que le permite probar y describir las API que crea o...