Sep 14, 2023 10 min
React Google Chrome Extension for beginners (or not!) — Part I
React is a popular javascript library, presenting several technical advantages .
Nov 20, 2018 6 min
React - Passing data between components… with Pokemon as an example!
Passing data between react components can be simple, but in some occasions, it can be very tricky. While from parent to child, and vice-versa , can be a straightforward process, you’ll need to use…
Oct 11, 2018 6 min
Implementing Conway’s Game of Life With React — Part 2
In part 1 of implementing Conway’s Game of Life, we learned about React and one of the things it can be used for. We also learned what Conway’s Game of Life is, along with its rules.