D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
virtualtam
Full window
Github gist
proof-of-concept: rendering musical notes in React
<!-- in dist/ folder --> <!DOCTYPE html> <html> <body> <div id="app"></div> </body> <script src="bundle.js"></script> </html>