I want to use Nim to generate client-side JS to perform date functions. E.g. if I change a select box I want to increase the date by what's selected, and after that update input fields that show the date.
What's the process to do something like this? Would I use Karax somehow?
