FrontEnd Development
28.4K subscribers
144 photos
1 video
8.36K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
How to Model the Behavior of Redux Apps with Statecharts

“describing states & the events that transition from one state into another is a well studied concept” and statecharts provide a way to visually represent this. - https://goo.gl/L6B7hz

#react #redux
A React/Redux Style Guide

“This is a working set of guidelines for developing React applications. We say ‘guideline’ because there are no hard-and-fast rules; best practices, patterns and technology change over time, so we consider this a living set of style guides.” - http://bit.ly/2OaA5Ef

#react #redux
Redux vs. the React Context API

A look at how the new context API in React 16.3 works, how it compares to Redux, and when you’d want to consider using one versus the other. - http://bit.ly/2v1Wewn

#react #redux
How We Ditched Redux for MobX

A look into how the talented Skillshare team moved from Redux to MobX as their state manager. If you are battling with Redux this is a good read. - http://bit.ly/2vz2MTH

#redux #mobx
Garbage Collection in Redux Applications

SoundCloud’s Xbox (yes, Xbox) app is a React and Redux app that runs in a native web view wrapper and due to Xbox related limitations a ‘memory leak’ (of sorts) was causing issues. — https://developers.soundcloud.com/blog/garbage-collection-in-redux-applications

#react #redux
I Created The Same App with Vuex and Redux. Here Are The Differences

Comparing two similar tools can bring a better understanding of the features of both. In this article, the author creates a todo app with both Vuex and Redux.
http://amp.gs/9QL5

#vuex #redux
How to Build Your Own React-Redux Using useReducer and useContext Hooks

Get a deeper understanding of React-Redux by building your own version of it! - http://amp.gs/ORtq

#react #redux
Redux with Code-Splitting and Type Checking

Some pointers on getting all your ducks in a row if you want to combine using Redux with TypeScript and modern code-splitting techniques. - http://amp.gs/rUwU

#react #redux
An Official Style Guide for Writing Redux Code

Recommended patterns, best practices, and suggested approaches for writing Redux-based apps. - http://amp.gs/iGUb

#redux
An Official Style Guide for Writing Redux Code

Recommended patterns, best practices, and suggested approaches for writing Redux-based apps. - http://amp.gs/idB7

#redux
Redux Toolkit 1.8.0 Released

If you’re down with Redux for managing state, the “official, opinionated, batteries-included toolset for efficient Redux development” is what you need :-) Among other things, this release adds new ‘listener’ middleware (think useEffect but for Redux store updates). - http://amp.gs/jpUHo

#redux-toolkit #release
ChatGPT as a Universal Redux Reducer?

OpenAI’s ChatGPT has been getting a lot of attention lately so it should come as no surprise there’s yet another novel application for it at the heart of a React app. - https://spindas.dreamwidth.org/4207.html

#react #redux #chatgpt