Live data from Hacker News

Viewing profile — cmx66

cmx66

HN member
Joined
Tue, Aug 21, 2018, 3:04 PM UTC
HN karma
5
Public activity
7 items

About cmx66

No profile information was provided.

Recent public activity

  1. comment
    Comment #18320600

    That is unfortunately not true. The framework with the best marketing will win. That's why frameworks like angular and react are so popular. Both are designed to work well in large…

  2. comment
    Comment #18320060

    v2.0 is coming. Breaking changes are minor stuff. Migration of my very large app took me about an hour. The API of mithril is pretty much settled, which IMO is a good thing. We eve…

  3. comment
    Comment #18320028

    Have you tried mithril.js?

  4. comment
    Comment #17810642

    Problem with this approach is, that it only works for fairly simple stuff. Todays webapps have pretty complex UI with a lot of ramifications and complex dependencies of widgets. Su…

  5. comment
    Comment #17810338

    but a good one :D

  6. comment
    Comment #17810336

    It's a library for building webapps. Router and Ajax lib are a pretty obvious requirement for every webapp.

  7. comment
    Comment #17810251

    mithril.js includes a router and an ajax helper (that is much simpler than fetch) If you include those in preact they may have similar size.