Teo Dragovic
Teo Dragovic
FYI this is the current caching solution my team uses: ALL files have `Cache-Control: max-age=0, must-revalidate, public` header set along with `ETag` and `Last Modified`. This makes sure files are...
PR opened for this: https://github.com/lob/generate-changelog/pull/56
There is indeed bug with matching `` and `activeClassName` when `className` is present ```jsx import { Link } from 'preact-router/match'; Foo // works Foo // does not work ``` Tested...