React analog clock
The ractive.js website has this demo of a beautiful analog SVG clock. I wanted to replicate the fuctionality in React.
The markup is exactly the same, but we have subdivided the application into a React component for the digital clock face.
Here is the final React SVG analog clock.