Frontend Almanac
@frontend_almanac
1.4K
subscribers
1
photo
1
video
26
links
Author’s channel by Roman Maksimov. Web developer since 2006.
Download Telegram
Join
Frontend Almanac
1.4K subscribers
Frontend Almanac
#javascript
#v8
https://blog.frontend-almanac.com/js-optimisation-ic
Teletype
JavaScript Optimisation. Inline Caches
Today, we will talk about one of the many optimization mechanisms called Inline Caches.
👍
8
❤
6
Frontend Almanac
#javascript
#react
https://blog.frontend-almanac.com/react-memoization
Teletype
React. Nodes update and memoization
In this article, we will delve "under the hood" of the React engine and see how node updates occur and will also explore the principles of memoization
👍
10
❤
3
Frontend Almanac
#javascript
#v8
https://blog.frontend-almanac.com/v8-strings
Teletype
V8. Working with Strings. Expanding Vocabulary
What is a string? What types of strings exist? How are they stored inside the engine? Let\'s examine all the details and features in depth.
👍
6
❤
4
👏
2
🥰
1
Frontend Almanac
https://blog.frontend-almanac.com/style-setproperty-vs-setattribute
Teletype
style.setProperty vs setAttribute
Which is faster, element.style.setProperty(property, value) or element.setAttribute(\'style\', \'property: value\')? Let's delve into it.
👍
1
Frontend Almanac
https://blog.frontend-almanac.com/react-lanes
Teletype
React Lanes
In the article we\'ll explore the concept of React Lanes — a mechanism that allows prioritizing tasks and making the interface more responsive