ZordCoder
ZordCoder

ZordCoder

Follow
Follow
homeSponsor meBuy me A Coffeebadgesnewsletter
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

Discover React.js Advanced Techniques: Components and State Handling

May 29, 20232 min read

Exploring Core Concepts for Building Dynamic Web Applications 路 Introduction Welcome back to our four-part series on React.js! In Part 1 馃敆 , we...

Discover React.js Advanced Techniques: Components and State Handling

A Beginner's Guide to Portals in React

Apr 11, 20237 min read

Everything You Need to Know 路 React is a popular JavaScript library for building user interfaces. One of the powerful features of React is the use of...

A Beginner's Guide to Portals in React

React-ing to TypeScript

Mar 30, 202310 min read

Lessons learned from my first experience building a TypeScript React app 路 I Finally Gave In I don't know about you, but I've always been afraid of...

React-ing to TypeScript

How to Minimize React Bundle Size for Faster Loading Times

Mar 14, 202311 min read

Optimising your React Bundle Size 路 Introduction Hello 馃憢, I am Zord Coder a software developer and part-time freelance developer. Recently I was given a...

How to Minimize React Bundle Size for Faster Loading Times

Creating React Forms With Custom Hook

Feb 8, 20232 min read

In any application we are developing, we always need a form and that could be easy to implement with react using useState, but in cases where we need...

Creating React Forms With Custom Hook

Doing animations in React with Framer Motion

Jan 28, 202314 min read

Animations in React 路 To improve user experience, animations and micro-interactions are essential to many digital products today, and they bring more...

Doing animations in React with Framer Motion