Get Mystery Box with random crypto!

FrontEndHub💻

Логотип телеграм -каналу front_end_web_developer — FrontEndHub💻 F
Логотип телеграм -каналу front_end_web_developer — FrontEndHub💻
Адреса каналу: @front_end_web_developer
Категорії: Технології
Мова: Українська
Передплатники: 34
Опис з каналу

A channel for developers who want to pump their skills.

Ratings & Reviews

3.67

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

1

4 stars

1

3 stars

0

2 stars

1

1 stars

0


Останні повідомлення 2

2021-12-10 15:00:11
Should You Really Use useMemo in React? Let’s Find Out.

- What is useMemo?
- What does React say about useMemo?
- Hypothesis
- Benchmarking Setup
- Results


#react #hooks #performance
3 views12:00
Відкрити / Коментувати
2021-12-10 11:00:12
Control Layout in a Multi-Directional Website

1. Start with the HTML markup
2. CSS Custom Properties are your friend
3 CSS pseudo-classes and selectors
4. Prepare the web fonts
5. CSS Logical Properties
6. Other layout considerations


#i18n #css
4 views08:00
Відкрити / Коментувати
2021-12-09 16:28:51
Don’t put that in React State — Thinking in React

- Rule #1: Don’t duplicate data from props to state.
- Rule #2: Don’t keep any data in the state unless you use it in rendering
- Rule #3: Don’t add something to the state which can be derived directly from existing state properties


#react
4 views13:28
Відкрити / Коментувати
2021-12-05 14:00:01
An in-depth perspective on webpack's bundling process

- Visualizing the process with a diagram
- The entry object
- Understanding the ModuleGraph
- The first modules to be created
- Dependencies discovery through the resulted AST


#webpack #js
4 views11:00
Відкрити / Коментувати
2021-12-05 12:00:03
Why you should stop using the “container/presentational” pattern in Redux

The redux style guide has an important rule: “Connect More Components to Read Data from the Store”. This rule has some important performance aspects that are covered with an example in this post.

#react #redux
5 views09:00
Відкрити / Коментувати
2021-12-05 12:00:03
Inside Fiber: in-depth overview of the new reconciliation algorithm in React

- Setting the background
- From React Elements to Fiber nodes
- General algorithm
- Commit phase


#react #fiber #reconciliation
4 views09:00
Відкрити / Коментувати
2021-12-05 11:00:02
Bringing instant page-loads to the browser through speculative prerendering

- prefetch and prerender: Current implementation
- Implementing a revamped prerendering solution
- In-browser speculation rules for prefetch and prerender
- Same-origin prerendering trial


#html
6 views08:00
Відкрити / Коментувати
2021-12-04 15:00:06
Adding a layer of more explicit typings on top of 3rd party library interfaces

- AG Grid: Typing Column Types
- Potential Issues
- Solving Potential Issues 1) and 2)
- Implementing SupportedColTypes Safely
- Formly: Typed Formly Config Builder


#react #angular #ts
6 views12:00
Відкрити / Коментувати
2021-12-04 14:00:11
Javascript Worst Practice

- Taking advantage of the language’s implicit type coercion rules
- Using var in 2021
- Not understanding the differences between normal functions and arrow functions
- Not understanding THIS by now
- Misusing closures and causing (unwanted) memory leaks

#js
6 views11:00
Відкрити / Коментувати
2021-12-04 13:00:11
Master Scrolling with React

- Scroll to an Element
- Scroll to an Exact Location
- Benefits of Scroll Effect
- Popular Scrolling Libraries for React
- Concluding Thoughts


#react #js #scroll
5 views10:00
Відкрити / Коментувати