#reactjs
Read more stories on Hashnode
Articles with this tag
TypeScript, a Syntactic sugar on top of JavaScript · You might have heard many senior JavaScript developers talking about typescript, and praising about...
Improve the user experience and efficiency of your React app with these simple techniques. · Introduction: If you're building a React application, it's...
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...
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...
React Context for global state with pure React · What is React Context? A typical React application consists of many Components, things get pretty...