Open making3 opened 6 years ago
@making3 thanks for the suggestions.
I haven't put the full outline in yet, but "Learning curve" is one of them. I think there will be a couple surprising points in that conversation.
I spent a few hours yesterday trying to auto scroll a textarea once Elm updated the values with no luck.
I'm not sure I understand what you're trying to accomplish. Do you have a SSCCE in Ellie?
@absynce I haven't implemented in hl7-sender yet, but using Task.attempt / Scroll.toBottom works in this tiny Ellie example. I guess what I was trying to point out, this felt like it was more complicated than it would be in straight HTML/JavaScript.
After writing a decent chunk of an Elm application (in Electron) and toying around with converting a Node.js repository to Typescript, I've found the following as pros of using Typescript:
Most of these are time limitations rather than Typescript being better than Elm.