Tagged in

JavaScript

Maquette news
Maquette news
News from maquettejs.org
More information
Followers
14
More, on Medium

Maquette 2.3 released and how to unit-test your maquette components

We consider maquette to be mainly feature-complete, which means that this minor update only contains a few small additions.

What is new in Maquette 2.3


Maquette with Typescript quick-start

I am very enthusiastic about writing web applications using Typescript combined with maquette. I think a typed language combined with a virtual DOM really solves a lot of problems and boosts productivity.


Other approach stateful components

Stateful components is a concept that React uses to preserve state in components across renders.

Maquette uses a fundamentally different approach. Component lifecycles are not managed by the virtual DOM library, but by the programmer.


Why a new virtual DOM framework

There are many virtual DOM frameworks to choose from already. React is widely used, Mithril is very good, many others look promising as well. Still, the framework I have in mind does not yet exist.