Presenting: A GoJS Template in Functional React

I love the basic GoJS React template, but it has one issue: it’s written in class components, and functional React is the new way to go!

Feeling a lack of functional examples, I wrote up a clone in functional React:

Hope this is helpful to someone, and let me know what you think - curious what the best way to approach this is :)

This is very nice. Thank you!