Fork me on GitHub
#rum
<
2017-07-06
>
davclark19:07:42

I have a high-level question (please tell me if it's out of place - I'm new here!): I want to create a set of simple forms that will post records that will just append to a table in a database. There will be multiple forms that use different and overlapping sets of questions. Rum seems like a nice tool for this (or some Hiccup-y thing). Is there a good path for generating mostly pre-rendered pages for simple forms while leaving in some react-y logic (e.g., autocomplete a field from a list of names)? Or should I just leave them fully dynamic / rendered browser side?

davclark19:07:54

(I'll be serving to very primitive tablets)