idris-hackers / atom-language-idris

A Idris Mode for Atom.io
MIT License
100 stars 24 forks source link

replace cycle js with preact #252

Closed archaeron closed 4 years ago

archaeron commented 4 years ago

The cyclejs version we are using is really old and preact, being very similar to react (but a lot smaller) is much easier to learn.

And this change will also have properly typed views (before I had to stub the cyclejs types).

Also this will make my life easier while implementing #251