Announcing Hack-R-Play 2.0 by ReactPlay
The second edition of ReactPlay Hackathon is here!

Search for a command to run...
Articles tagged with #web-development
The second edition of ReactPlay Hackathon is here!

A brief Introduction to the domain.

My web development journey began with an online course. When I finished it, I began another course because certain concepts of the previous one were unclear to me. Then I watched a slew of YouTube videos about web development, projects, careers, jobs...

Optimisation is the number one thing on every dev's mind when building any software, especially web apps. React is a JavaScript library for building user interfaces. React ships with several ways to minimize the number of costly DOM operations requir...

An error boundary is an important design pattern that helps you deal with errors in your code. It helps you identify where and why an error has occurred and handle it gracefully. If you’re new to React or have never heard of it before, don’t worry. M...

Learn how to Assign Keys to List Items in React Automatically
