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


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

2021-10-27 10:00:18
React Architecture: How to Structure and Organize a React Application

An
opinionated guide to setting up the architecture for a new React application.

#react
3 views07:00
Відкрити / Коментувати
2021-10-26 14:00:31
Small Bundles, Fast Pages: What To Do With Too Much JavaScript

- How does bundle size affect performance?
- Which performance metrics are affected by bundle size?
- How much JavaScript is too much?
- Tools and automations to keep your code fast
- Prefer server-side rendering for primary content
- Lazy load third party resources with facades
- Deliver ES6 modules to up-to-date browsers
Keep monitoring JavaScript size

#build
5 views11:00
Відкрити / Коментувати
2021-10-26 09:25:57
React Project Architecture

- Navigation
- Components
- Then, when should divide a component?
- A second way: styling stage
- Hooks
- How we understand that we need a custom hook?
- So how we can design it much better?
5 views06:25
Відкрити / Коментувати
2021-08-30 10:35:12
Here’s Why Storing JWT in Local Storage is a Disastrous Mistake

First, let’s understand what is local storage?
Then what’s so bad about Local Storage?
Why Local Storage is Insecure and You Shouldn’t Use it to Store Sensitive Data
What is the alternative to Local Storage then???
Now, Are Cookies Safe Right Out of The Box?


#js
13 views07:35
Відкрити / Коментувати
2021-08-04 14:00:07
Workspaces in Yarn

Monorepos
Lerna
Introducing Yarn Workspaces
Setting up Workspaces
Managing dependencies of Workspaces
Integrating with Lerna
What is next?


#yarn
35 views11:00
Відкрити / Коментувати
2021-08-04 11:00:03
Component Based Design System With Styled-System

Styled System
Design Constraints Theme
System Components
Product Card Example


#react #styled_componets
34 views08:00
Відкрити / Коментувати
2021-08-03 14:00:13
Why you should use a single repository for all your company’s projects

It is impossible for your code to get out of sync with itself
Any change can be considered and reviewed as a single atomic unit
Refactoring to modularity becomes cheap
Reasons you might still want to have multiple repositories
What to do now


#monorepo
27 views11:00
Відкрити / Коментувати
2021-08-03 10:00:05
useContext for better state management!

What is Context?
How to use it?

#react
28 views07:00
Відкрити / Коментувати
2021-08-02 10:00:20 You Might Not Need Redux

One more opinion from Dan Abramov
27 views07:00
Відкрити / Коментувати
2021-08-01 10:00:55
Why React Context is Not a "State Management" Tool (and Why It Doesn't Replace Redux)

Understanding Context and Redux
Why Context is Not "State Management"
Comparing Context and Redux
Choosing the Right Tool
Final Thoughts
Further Information


#react #redux #statemanager
24 views07:00
Відкрити / Коментувати