Simon Jentsch

Results 7 issues of Simon Jentsch

Currently the filtering of the search results with `filterItems()` are quite plain (it just filters with `.includes()` of the items array). Adding a custom filtering function to `filterItems()` would be...

**What I do:** I am using a custom history (but still using the browser history) in `react-router` and scroll through sections. **What I see:** It re-mounts the route component because...

**What I do:** I am using `` in the `` of the html file and scrolling through the sections. **What I see:** it won't update the hash relative to the...

Currently users need to explicitly define an `offlineChecker` to the `HttpTransporter` with `addOfflineChecker(options)`. To make it easier to use the library, it should not require this step. By default it...