Viewing profile — cmx66
cmx66
HN member- Joined
- Tue, Aug 21, 2018, 3:04 PM UTC
- HN karma
- 5
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About cmx66
No profile information was provided.
Recent public activity
-
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…
-
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…
-
comment
Comment #18320028
Have you tried mithril.js?
-
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…
-
comment
Comment #17810338
but a good one :D
-
comment
Comment #17810336
It's a library for building webapps. Router and Ajax lib are a pretty obvious requirement for every webapp.
-
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.