casperin / pg-amigo

1 stars 1 forks source link

Consider other options than Elm #2

Closed casperin closed 6 years ago

casperin commented 6 years ago

I really like Elm, but the language is immature. Again today, after having spent about an hour digging through source code of different modules because of poor documentation (Turns out you need to manually import this otherwise quite neat little module in order to work with the output of this module) I run into yet another problem that this time I don't think I can hack my way around. (The first one being about a jumping cursor in input fields).

I'm not set in stone about changing; but I do think it's worth considering other options.

Vanilla

React/Redux with Typescript

ReasonML

Hyperapp

Other


I think I might actually mock something up in Hyperapp (+ its router).

casperin commented 6 years ago

I pushed a few branches. One of them being a hyperapp proof of concept

casperin commented 6 years ago

Settled on Hyperapp.