Archive

Zaha: a visual note taking app

Demo: https://tamg.github.io/zaha/ Github: https://github.com/tamg/zaha What: Zaha is a simple visual note taker / mood board made with React. You create your visual notes by adding a mix of text or image notes on to the board. You can drag each text/image note around the board or edit it's color ...

React: Rethinking best practices

I am learning about React and I found a talk given by Pete Hunt as one of the best “birds eye view” introduction to React(even though it’s from 2013). There is enormous amount of tutorials on React. However, a lot of them only explain the ...