Dev.Junction

Dev.Junction

Follow
homeResourcesDev.Junction ContentYouTubeE-BookDiscordSponsor
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

What is TypeScript, Why and how to use it?

Gaurav SharmaGaurav Sharma
Sep 27, 20234 min read 71 views

TypeScript, a Syntactic sugar on top of JavaScript 路 You might have heard many senior JavaScript developers talking about typescript, and praising about...

What is TypeScript, Why and how to use it?

5 Tips for Optimizing Performance in a React App

Gaurav SharmaGaurav Sharma
Jan 5, 20233 min read 179 views

Improve the user experience and efficiency of your React app with these simple techniques. 路 Introduction: If you're building a React application, it's...

5 Tips for Optimizing Performance in a React App

5 Ways to Style React Components in CRA (Create React App)

Gaurav SharmaGaurav Sharma
May 24, 20223 min read 139 views

Styling in React is a piece of cake 路 #1. Plain CSS/SCSS You can simply create a CSS / SCSS files anywhere inside your src directory in your CRA, simply...

5 Ways to Style React Components in CRA (Create React App)

Why you should use NextJS instead of just React (Create React App)?

Gaurav SharmaGaurav Sharma
May 6, 20222 min read 84 views

NextJS is a better than Create React App if you need SEO. 路 Here are few reasons that you have to read right now. Automatic code splitting, NextJS is...

Why you should use NextJS instead of just React (Create React App)?

Create a Global State with React Context 馃, No Redux, No third party library at all, pure React for Global State.

Gaurav SharmaGaurav Sharma
Aug 7, 20217 min read 291 views

React Context for global state with pure React 路 What is React Context? A typical React application consists of many Components, things get pretty...

Create a Global State with React Context 馃, No Redux, No third party library at all, pure React for Global State.