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

Admin: @andrey2019
Download Telegram
Debounce Your React and Redux Code to Improve Performance

‘Debouncing’ is a mechanism for limiting the number of intensive calculations (e.g. only make a request or update something every 500ms at most). - https://goo.gl/8X3iKt

#react #redux
How Redux Can Make You A Better Developer

If adopted, Redux has the potential to totally change your approach to writing code and organizing applications. - https://goo.gl/as6bvt

#redux
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