---
title: "React practices for Beginners"
url: https://daily.dev/posts/react-practices-for-beginners-n1llfpten
source_url: https://dev.to/harishash/react-practices-for-beginners-djn
type: article
source: "DEV"
published: 2021-12-10T15:37:46.254Z
updated: 2026-03-15T03:36:21.826Z
tags: ["general-programming", "javascript", "react"]
reading_time: 2
upvotes: 36
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# React practices for Beginners

**[DEV](https://daily.dev/sources/devto)** · 2 min read · 36 upvotes · 1 comments

## Summary

React is arguably one of the most used Frameworks out there today. Everyday people are opting this framework for its UI first approach. It's safe to say that the React Library has matured over the years and the whole ecosystem is still growing. Here are some practices that you can opt and avoid while getting comfortable in the React bubble.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dev.to/harishash/react-practices-for-beginners-djn>

## Community discussion

Top comments from developers on daily.dev.

**@ignusg** · 3 upvotes

> A lot of these are not react specific. We are at a point where developers first learn react and then get to know JavaScript (similar to how it was with jQuery). This is one thing to avoid.
>
> The first few points are arguably style choices (like the parentheses) and should be delegated to a linter/formatted like prettier. I don’t even bother with those, the formatted makes the style consistent across all developer levels, saves time and for everything else, the linter will yell at you if you’re doing something it cannot fix itself.
>
> The CSS point I did not understand at all. Not sure if this...

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#general-programming](https://daily.dev/tags/general-programming), [#javascript](https://daily.dev/tags/javascript), [#react](https://daily.dev/tags/react)

[View this post on daily.dev](https://daily.dev/posts/react-practices-for-beginners-n1llfpten)
