Neehar Venugopal
Neehar Venugopal
This looks great! I was wondering about how one could either use only the functions needed via tree shaking, or will the build process allow a custom build to be...
Sample code from our codebase ```js {Children} ```
https://stackoverflow.com/questions/37721782/what-are-passive-event-listeners https://stackoverflow.com/questions/39152877/consider-marking-event-handler-as-passive-to-make-the-page-more-responive This can be opt in as well. If a swipeable should not impede the normal scroll behaviour of the page (for eg, swiping left / right in a...
This will fix https://github.com/developit/preact-compat/issues/262 This is still WIP, as this fix obviously changes behaviour wrt the children being added to the stack in reverse order. I wanted to have a...