React Naming Conventions You should follow as a Junior Developer - clean-code

React Naming Conventions You should follow as a Junior Developer - clean-code

CoderOne

1 год назад

14,052 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@sujithgnth
@sujithgnth - 11.07.2023 14:01

Man, This is the most underrated channel I have ever seen. Cool contents

Ответить
@user-by3rb1xm5x
@user-by3rb1xm5x - 04.06.2023 12:27

For props I prefer types over interface and do not export it unless I really need it. If the type is not exported it is fine to define type Props instead of type SomeSpecificProps

Ответить
@merazmi1971
@merazmi1971 - 30.05.2023 10:05

my preferences, all filename usin "-", i like about-us.tsx. because nextjs using "-" based for pages filename. and easy to read too. but each component, will be PascalCase.

Ответить
@reinhardkevin7488
@reinhardkevin7488 - 29.05.2023 16:20

what color theme do you use in vscode?

Ответить
@webdev1042
@webdev1042 - 29.05.2023 13:21

Really helpful.
Good luck

Ответить
@87whateva
@87whateva - 29.05.2023 10:45

Why do you use an assets and a public folder? How do you decide to put the assets in one or the other folder?

Ответить
@kushagraagnihotri8516
@kushagraagnihotri8516 - 29.05.2023 10:30

Hey there! Could you please provide a video explaining how to write better services? Currently, I create hooks for different types of API calls (such as UseOrders to get, edit, delete, and add orders). However, I feel that this approach might be flawed. Additionally, I would like to know how to handle filters effectively. I have multiple filters that can be active at different or the same times, like "?search=gold&status=delivered" or "?search=gold". What would be the best way to handle these filters dynamically? Please check the grammar and spelling of this paragraph.

Ответить
@jaydeep-p
@jaydeep-p - 29.05.2023 08:28

I like your videos

Ответить
@galactusclb5733
@galactusclb5733 - 29.05.2023 06:29

As the always valuable video Can you share your ESLint Rules file

Ответить