Skip to content

Commit

Permalink
Updating README #250
Browse files Browse the repository at this point in the history
  • Loading branch information
Krasimir Tsonev committed Dec 29, 2020
1 parent e3c91a4 commit bb730e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ A simple dependency-free minimalistic JavaScript router
* [Examples](./examples)
* [Changelog](./CHANGELOG.md)

- [Navigo](#navigo)
- [Features](#features)
- [Installation](#installation)
- [Quick start](#quick-start)
- [Development](#development)
- [Building](#building)
- [Tests](#tests)
- [MISC](#misc)

## Features

* Uses the [History API](https://developer.mozilla.org/en-US/docs/Web/API/History_API) so it does update the URL of the page
Expand Down
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ To try the examples run `yarn install` into the `examples` directory. Then go in

Examples done to investigate issues:

* How to add a confirm prompt before leave? [#250](https://github.com/krasimir/navigo/issues/250) - [source](./250)
* notFound is not working on new page (refresh) [#229](https://github.com/krasimir/navigo/issues/229) - [source](./229)
* Is it possible to replace/redirect a route request? [#228](https://github.com/krasimir/navigo/issues/228) - [source](./228)
* Incorrect path detection [#191](https://github.com/krasimir/navigo/issues/191) - [source](./191)
Expand Down

0 comments on commit bb730e3

Please sign in to comment.