Forwarded from FrontEndDev
Безопасность клиентских приложений: практические советы для Front-end разработчика
https://habr.com/ru/company/raiffeisenbank/blog/445932/
https://habr.com/ru/company/raiffeisenbank/blog/445932/
Forwarded from FrontEndDev
Smashing Magazine
How To Align Things In CSS — Smashing Magazine
There are a few ways to align elements in CSS. In this article, Rachel Andrew explains what they are with some tips to help you remember which to use and why. She will take a look at the different alignment methods. Instead of providing a comprehensive guide…
Как оптимизировать Ваш React.js render() ?
https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html#what-about-memoization
https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html#what-about-memoization
legacy.reactjs.org
You Probably Don't Need Derived State – React Blog
This blog site has been archived. Go to react.dev/blog to see the recent posts. React 16.4 included a bugfix for getDerivedStateFromProps which caused some existing bugs in React components to reproduce more consistently. If this release exposed a case where…