Hello there, I would like you to look at my first ClojureScript excercise. https://bitbucket.org/bgdn/csv-pie/src/1c458d03d3035e3b5070b124f8475177ff64f921/src/cljs/csv_pie/core.cljs?at=master&fileviewer=file-view-default
Any kind of recommendations are welcome
It’s a primitive spreadsheet editor, where you can upload, edit, download and visualize CSV
I have no idea how to debounce updates of a pie chart while editing cells
Also the code looks smelly a lot to me, I do not like some hacks there and the massive piece of code in a single file is not OK for sure, but IDK how to separate it right
you could replace add-watch with cursor in reagent or subscription in reframe.
Here’s a link to compiled app https://csv-pie.herokuapp.com/