Questions tagged [maquette]

a minimalistic Virtual DOM JavaScript library with support for animated transitions. Maquette does the hard work of keeping the DOM in sync with underlaying data.

See the maquette website for more information.

19 questions
1
vote
1 answer

Animations in Maquette.js

I've been looking further into using maquette.js as a virtual DOM library. Looking at the website the library has functionality to support animations when adding, removing, and updating DOM nodes. But I cannot find any docs or API on what to do do…
Rick Hoving
  • 3,585
  • 3
  • 29
  • 49
0
votes
1 answer

Using TypeScript and Maquette JSX but linter says 'jsx' is unused

I am using TypeScript and Maquette to compile .tsx files. The code compiles correctly and runs in the browser, but ESLint is unhappy with my jsx function, flagging it as an "unused var". I tried to mimic the TypeScript Maquette starter project as…
JDB
  • 25,172
  • 5
  • 72
  • 123
0
votes
1 answer

Maquette cannot read property "class" of undefined

Chrome debug console snapshot I basically am unsure as to what is causing this error ^^. I've done a little digginng, and it seemse the previousProperties is passed in as previous.properties by updateDom(). previous, in turn, is passed in by update…
0
votes
1 answer

Render Maquette without the Projector

I want to use Maquette as a basic hyperscript language. Consequently, I don't want to use the maquette.projector. However, I'm having a hard time getting any of the maquette.dom functions to work. var h = maquette.h; var dom = maquette.dom; var…
Seanny123
  • 8,776
  • 13
  • 68
  • 124
1
2