A while ago, I wrote a short post showing a minimal 33 line React. A lot of the comments focused on the Mithril-like syntax for the virtual DOM. So that we can ignore that aspect, here is a 96 line React with a JSX compiler.
(more…)
Read more »
In this article, we will be looking at how to handle events in React. Specifically, we'll look at how to listen for some of the most common event types. ... (more…)
Read more »
We live in the strange time when almost all programming languages are moving towards static type systems. There are some rumors that Python and Ruby are going to become static type. And JavaScript is no exception.
Read more »
I’ve been experimenting a lot with both React and Cloudinary over the past six months and it’s been a blast — I’m learning a ton while also recovering the ambition and thirst I had as a young developer. React has been a revelation: an advanced JavaScrip... (more…)
Read more »