Lorenzo's Blog About me

Latest blog posts about React

How to make a decentralized like button

On: 2020-06-01 - Reading Time: 5 Minutes

All static websites meet a hard limit when a comment form, β€œlike” buttons, or any interactive content is required. These extra components force people to build an API, host a server, a database or pay for any SaaS product that does that… we could write a blog post about that, but it would be too easy! 🀣 Instead in this article, I wanted to challenge myself a little more and explore how to make a decentralized like button: We will try how it is to not be hosting any server or database, and instead use a p2p networks and a decentralized database to count the likes. πŸ‘

Continue reading...

React is not over engineered

On: 2016-04-17 - Reading Time: 2 Minutes

JavaScript development is crazy, and evolving fast… and the more you learn about it the more you realize how crazy it has become πŸ˜…. I think it is exciting, indeed, but Sean, in his clear post explained perfectly why a simple project is over-engineered and I have to disagree with him: some JavaScript’s frameworks, like React, are not the cause of unnecessarily complicated projects… and React is not over engineered!

Continue reading...