You program in #reactjs and #reduxjs go see the mastodon project on github. Collaborate.
You program in #reactjs and #reduxjs go see the mastodon project on github. Collaborate.

WebSocket и RTK Query: живое общение в React-приложении

Представьте, что вы смотрите онлайн-трансляцию матча. Счёт меняется — и вы видите это мгновенно , без перезагрузки страницы. Или вы пишете коллеге в чате — сообщение появляется у него в реальном времени . Это не магия, а технология WebSocket . В этом уроке вы узнаете:

https://habr.com/ru/articles/992526/

#rtk_query #state_management #reduxtoolkit #redux_toolkit #reduxutils #reduxjs #redux #websocket #react #echo

WebSocket и RTK Query: живое общение в React-приложении

Автор : Станислав Павенко GitHub-репозиторий 💡 Необходимые навыки до начала изучения! Уметь писать код на HTML / CSS ; Понимать, что такое шифрование данных и чем отличаются HTTP vs HTTPS ; Уметь...

Хабр
#12: #reduxjs - "A predictable state container for JavaScript apps, often used with React."

Just upgraded @reduxjs/toolkit to 2.0.1 and ran into: "The object notation for `createReducer` has been removed. Please use the 'builder callback' notation instead"

Wiskey! Tango! Foxtrot!

Rationale here:
https://github.com/reduxjs/redux-toolkit/releases/tag/v2.0.0

"works much better with TypeScript." doesn't carry much weight with me and I rather liked the old syntax. Found it compact and readable.

Sigh!

#reduxjs #reduxjstoolkit

Release v2.0.0 · reduxjs/redux-toolkit

This major release : Removes the deprecated object syntax from createSlice and createReducer Removes other deprecated options Updates the middleware and enhancers options of configureStore to requ...

GitHub