#state-management

[ follow ]
react
LogRocket Blog
3 weeks ago
JavaScript

Comparing React state tools: Mutative vs. Immer vs. reducers - LogRocket Blog

Reducers help in elegantly modifying states based on action types, cleaning up complex state management in React projects. [ more ]
LogRocket Blog
1 month ago
JavaScript

Redux Toolkit adoption guide: Overview, examples, and alternatives - LogRocket Blog

Redux Toolkit simplifies Redux development by providing utility functions.
Redux Toolkit encapsulates best practices and common patterns to streamline Redux workflow. [ more ]
GitHub
1 month ago
JavaScript

GitHub - unadlib/use-travel: A most powerful and high-performance React state time-travel hook.

- Undo/Redo/Reset/Go/Archive functionalities
- High-performance library built on Mutative for state time travel [ more ]
Medium
2 months ago
JavaScript

4 Ways To Manage State In React in 2024

Context API allows global data sharing in React without manual prop passing.
Context API is simple but lacks performance optimizations and data fetching capabilities. [ more ]
GitHub
2 months ago
JavaScript

GitHub - unadlib/use-mutative: A 2-6x Faster Alternative to useState with spread operation

UseMutative is 2-6x faster than useState with spread operation, more than 10x faster than useImmer.
RawReturn() can be used to wrap return values without drafts for performance improvement. [ more ]
Sitepoint
2 months ago
React

Understanding Cookies and Sessions in React - SitePoint

Cookies are small chunks of data stored by the web browser for the web server.
Sessions represent the time users spend browsing a website and store user-specific data during a visit. [ more ]
morereact
redux
hackernoon.com
1 year ago
JavaScript

Oh Hello Apollo Client , Goodbye Redux!

Switch to GQL and Apollo Client 3 may make you walk away from Redux.
Apollo Client 3 offers benefits such as reduced boilerplate code and built-in loading, success, and error states. [ more ]
Medium
1 year ago
JavaScript

Oh Hello Apollo Client , Goodbye Redux!

Switch to GQL and Apollo Client 3 can replace Redux for state management. [ more ]
moreredux
Spreaker
1 week ago
Angular

Embracing Angular's Evolution with Santosh Yadav - JSJ 631 - JavaScript Jabber

Angular is considered the best framework in JavaScript development. [ more ]
Syntax
6 months ago
Angular

What's Up With Angular with Mark Techson

Angular 17 has undergone a rebrand with a new website.
The control flow syntax in Angular 17 has been updated.
Deferred loading and state management enhancements were made in Angular 17. [ more ]
Medium
6 months ago
Angular

Qwik Under the Hood: Understanding Its Reactive State Management

Qwik is a frontend framework that offers a reactive state management system
Qwik operates directly on the DOM to track changes, minimizing overhead and maximizing performance
Qwik supports computed values and side effects for reactive operations [ more ]
Epic Web Dev
2 weeks ago
JavaScript

What's Coming in React 19 Beta

React 19 beta introduces actions for handling data mutations, aiming to simplify common issues in managing states and data manipulation. [ more ]
LogRocket Blog
3 months ago
JavaScript

Comparing TypeScript state management solutions - LogRocket Blog

State management in frontend development is important for maintaining data across multiple components.
TypeScript brings extra benefits for state management, such as type safety. [ more ]
npm
4 months ago
JavaScript

@coool/cachestate

Cachestate is a simple and flexible cached state management tool that works with any framework.
It supports features such as caching, state management, cache updates, and cache busting. [ more ]
LogRocket Blog
4 months ago
React

Exploring the Redux second generation - LogRocket Blog

Redux Toolkit 2.0 is a major update that streamlines state management in Redux apps and reduces boilerplate code.
The update includes packaging updates, removal of deprecated options, improved workflow, and updated dependencies. [ more ]
[ Load more ]