Mithril.js – A modern client-side Javascript framework
mithril.js.org
Mithril.js – A modern client-side Javascript framework
1–10 of 83 posts
Re: Mithril.js – A modern client-side Javascript framework
#2Even with webpack or some other complex bundle, someone without any formation can really quickly set it up and get to code without worrying much about the internals of webpack etc.
Re: Mithril.js – A modern client-side Javascript framework
#3I've been using it for some time now, and the biggest plus for me, besides the very simple to understand API and the manual redraw feature, is the ease one can find setting it up for a project. Even with webpack or some other complex bundle, someone without any formation can really quickly set it up and get to code without worrying much about the internals of webpack etc.
/** @jsx m */
// your can use jsx here
and bingo! You can use JSX. No need to use npm, webpack, etc.Re: Mithril.js – A modern client-side Javascript framework
#4Re: Mithril.js – A modern client-side Javascript framework
#5Nowadays I'd recommend HyperApp over mithril.js.
Re: Mithril.js – A modern client-side Javascript framework
#6Nowadays I'd recommend HyperApp over mithril.js.
Re: Mithril.js – A modern client-side Javascript framework
#7Re: Mithril.js – A modern client-side Javascript framework
#8Re: Mithril.js – A modern client-side Javascript framework
#9Haven't used it in a while, but it definitely shaped my understanding about functional programming as it relates to javascript.
Re: Mithril.js – A modern client-side Javascript framework
#10A lighter-weight and largely API-compatible replacement for React: Preact. https://preactjs.com/