Avatar for Niall Maher

Niall Maher

@niall

Founder of Codú - The web developer community! I've worked in nearly every corner of technology businesses; Lead Developer, Software Architect, Product Manager, CTO and now happily a Founder.

Niall MaherNiall Maher's avatar

Written by Niall Maher

2 min read
What is PNPM?

The difference between PNPM and other package managers lies in how they store dependencies. Read this article the learn what the differences are.

Niall MaherNiall Maher's avatar

Written by Niall Maher

3 min read
Handling Events

Introduction to React.js section 6! In this section, we learn all about events in React. Events represent the user's interactions.

Niall MaherNiall Maher's avatar

Written by Niall Maher

3 min read
Managing Props

Introduction to React.js section 5! Props are essential to React as it allows us to pass data to our components and make our components more reusable.

Niall MaherNiall Maher's avatar

Written by Niall Maher

5 min read
Introduction to JSX

Introduction to React.js section 3! JSX is a syntax extension for JavaScript that allows developers to write HTML-like code within their JavaScript code.