Johan Gorter

Results 12 issues of Johan Gorter

We received feedback from students working with maquette for the first time, that code examples would be very valuable.

enhancement

There is useful example code in #49

enhancement

IE11 has a native classList implementation for HTMLElements, but not for SVGElements. The polyfills should detect and correct this.

minor

You can write your whole application without doing anything with the render cycle. This is part of our philosophy of keeping things pure and simple. But you do need the...

We do not want to inadvertently cause the performance to drop when making modifications to maquette. Therefore we need a representative benchmark that we can run to see the performance...

enhancement
help wanted

Show transitions by using a digit flipping alarm clock example

enhancement

There is a fundamental issue with the [IntersectionObserver sample](https://googlechrome.github.io/samples/intersectionobserver/) that can stop it from loading additional elements. The problem is that you can never be sure that you have moved...

We have been using typescript-formatter a lot lately as pre-commit hook for everyone on the team. We found out however, that there is still one thing that is not normalized...