
Introduction to React Hooks
React Hooks are functions that facilitate the access and management of React’s state, props, context and lifecycles. The article reviews key APIs to React’s core features.


Hey there and welcome!
This is the first page of the book. An introduction to these publications that collect information about software development, best practices and insights from the latest web technology.
In this site you will find some coding examples that are easy to copy and paste. I post them to help understand the context of a publication and because they come handy while I am writing code. There are thousands of websites that share code and this one is just another one of them.
I believe writing articles is one of the best way to learn. I am not an expert in most of the publications that I write on this website, but I find really helpful to research about a topic and write about it afterwards. I try to be as objective as possible while writing, but because I am human any opinion expressed on this site comes from a personal point of view.
Web technologies are rapidly evolving and they change very quickly. That is why it is important to keep publications up to date. If you find any outdated reference, feel free to contact me and I will be happy to update them.
Thank you for stopping by and see you around!

React Hooks are functions that facilitate the access and management of React’s state, props, context and lifecycles. The article reviews key APIs to React’s core features.

What is code reusability? This article reviews the concepts around code reuse and how to apply them to software development.

A basic overview of Redux, an open-source JavaScript library for managing and updating an application state. A dive into its actions, APIs and tools for state management of modern applications.