Code

A Quick Guide to Reusable, Readable and Maintainable Components in React

A Quick Guide to Reusable, Readable and Maintai...

Luke Farrell

While focusing on codebase organisation, like folder layouts, many overlook a crucial aspect: the internal structure of the components themselves.

A Quick Guide to Reusable, Readable and Maintai...

Luke Farrell

While focusing on codebase organisation, like folder layouts, many overlook a crucial aspect: the internal structure of the components themselves.

Clean Code Hack: A Short Guide to useEffect Usage in React

Clean Code Hack: A Short Guide to useEffect Usa...

Luke Farrell

A few weeks ago, while assisting a friend, a junior developer at a small company, I encountered a notably disorganised codebase. 

Clean Code Hack: A Short Guide to useEffect Usa...

Luke Farrell

A few weeks ago, while assisting a friend, a junior developer at a small company, I encountered a notably disorganised codebase. 

Why Null Matters More Than You Think

Por qué nulo importa más de lo que piensas

Luke Farrell

En este artículo, analizo la importancia de utilizar correctamente null e undefined en TypeScript y JavaScript. Una práctica común es representar valores vacíos con cadenas vacías, pero sostengo que esto...

Por qué nulo importa más de lo que piensas

Luke Farrell

En este artículo, analizo la importancia de utilizar correctamente null e undefined en TypeScript y JavaScript. Una práctica común es representar valores vacíos con cadenas vacías, pero sostengo que esto...