Coding Pastor

Coding Pastor

Follow
Follow
homeLet's Cook!!badgesnewsletter
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

Boost Your React Skills: Essential Tips for Every Developer

May 12, 20237 min read246 views

Photo by Rahul Mishra Unsplash In this article, I'm going to reveal some super amazing React application tips that will totally boost your performance...

Boost Your React Skills: Essential Tips for Every Developer

Goodbye create-react-app: A New Approach

Apr 24, 20235 min read6.7K views

Are you ready to say goodbye to an old friend? For many React developers, create-react-app has been a trusty companion in their journey of building...

Goodbye create-react-app: A New Approach

Dealing with Errors like a pro in React.js

Apr 3, 20232 min read165 views

Introduction We have all encountered errors while building our react application. Errors that will always break our application. And then, when we...

Dealing with Errors like a pro in React.js

How to change the default port for your react app

Mar 25, 20232 min read261 views

There are several ways to change the default port for your react application, Let us start with the easy one. Change the port from your .env file You...

How to change the default port for your react app

Let's build with Astro and React

Mar 23, 20236 min read452 views

Introduction Astro is a Multi-Page all-in-one framework to help you build modern websites fast and easily with less or no Javascript offering very...

Let's build with Astro and React

Understand the concept of useState() in ReactJs

Mar 7, 20221 min read142 views

The useState Hook in ReactJs allows you to implement the state variable without using a class-based component. First, to use the useState Hook, you...

Understand the concept of useState() in ReactJs