• Shelf
  • Toolbox
May 29th, 2022

Functional Programming in React

Functional programming is a very broad topic, the basic definition of functional programming is a way of organizing our code base such that we minimize mutation and state change in our applications, we keep our functions independent of external data, this is something called pure functions, and we also treat functions as first-class citizens. Let's have a look at some of the main examples of functional programming in React.


May 29th, 2022

Perfect libraries for the perfect use cases

There are so many reactjs based libraries out there and we often find "finding libraries" an overwhelming task. So I am trying to list down all the libs I normally use for these use cases.


Pages

  • Home
  • Shelf
  • Toolbox

Extras

  • Resume

© 2025 Gentle Joseph | All rights reserved.