Nicolas B.

Nicolas B. @brdnicolas

About: Just a react engineer

Location:
Paris
Joined:
Jul 30, 2023

Nicolas B.
articles - 19 total

How Javascript projects works : Deep dive into Transpilers, Bundlers, and More

Introduction Understanding how a JavaScript project truly functions has always intrigued...

Learn More 2 0Aug 20 '24

Unveiling the Hidden Gem of React: The Power of Compound Components

Introducing Compound Components: a transformative approach revolutionizing the development of design...

Learn More 4 2Mar 14 '24

Unveiling the Power of the Visitor Pattern in JavaScript Development

Table of Contents Understanding the Visitor Pattern with a Real-World Development...

Learn More 11 0Dec 11 '23

Top 12 interview question for a React Developer

During React developer interviews, these questions often arise. Here’s a breakdown of each question...

Learn More 11 2Dec 4 '23

Stop this, use this instead : Top 5 best practices JS / React

1 - Optimizing Parameter Checks ❌ Stop this: if (userRole !== 'admin'...

Learn More 38 16Nov 27 '23

Understanding 'use client' in Next.js: Enhancing Performance Through Client-Side Component Mastery

Next.js has undergone a remarkable evolution in the realm of component-based web development. From...

Learn More 32 3Nov 20 '23

Revolutionize Your React App with useReducer: Mastering State Management

State management is at the core of any React application, and for more complex scenarios, the...

Learn More 7 4Nov 13 '23

Web Eco-design: Reducing Environmental Impact

In this environmentally conscious world, web eco-design is emerging as an essential approach to...

Learn More 6 4Nov 6 '23

Mastering Real-Time Magic: The Observer Pattern

What is the Observer Pattern ? At its core, the Observer pattern establishes a one-to-many...

Learn More 36 9Oct 30 '23

Unlocking JavaScript Design Patterns: Mastering Singleton for Ultimate Code Efficiency

In the world of JavaScript, design patterns are your secret weapon to crafting efficient, organized,...

Learn More 96 14Oct 23 '23

Click Outside Magic: a new Custom Hook!

Performance is a crucial aspect of web application development, and ensuring a smooth user experience...

Learn More 11 2Oct 16 '23

Boosting React App with Custom Hook : useOnScreen

When it comes to building web applications, performance is a critical factor in ensuring a smooth...

Learn More 4 1Oct 9 '23

Optimize Your Website with Server-Side Rendering (SSR) and Next.js

When it comes to building modern web applications, performance and SEO (Search Engine Optimization)...

Learn More 1 0Oct 2 '23

Discovering React's Hidden Gems: 5 Must-Know Features for Pro Developers

Whether you're a seasoned developer looking to level up your skills or an aspiring coder eager to...

Learn More 3 0Sep 25 '23

Mastering Atomic Design: Building an Efficient Design System

Web development isn't just about writing code; it's also about creating user interfaces that are easy...

Learn More 16 3Sep 5 '23

Understanding useMemo in React

In the ever-evolving world of web development, mastering advanced concepts is essential for creating...

Learn More 1 0Aug 30 '23

React TS- How to Use React Contexts for State Management

Contexts play a pivotal role in React development. They enable efficient management of shared state...

Learn More 11 0Aug 27 '23

React - Portals

In the world of React, creating dynamic user interfaces is a common requirement. Sometimes, you need...

Learn More 24 4Aug 19 '23

React - Higher Order Components (HOC)

In the ever-evolving realm of web development, mastering advanced concepts is essential for creating...

Learn More 78 19Aug 15 '23