An open API service indexing awesome lists of open source software.

https://github.com/orasik/react-navigate-programmatically-example

This is an example on how to navigate programmatically in React. The example will show a drop down list that loads pages on change
https://github.com/orasik/react-navigate-programmatically-example

javasript react react-router

Last synced: about 1 month ago
JSON representation

This is an example on how to navigate programmatically in React. The example will show a drop down list that loads pages on change

Awesome Lists containing this project

README

          

# React: Navigate Programmatically Example
Part of my learning process for React, I was building an application that requires navigating based on event, like dropdown change.

This example is basically a dropdown list that will load pages based on dropdown.

### How to run:

```
npm install
npm run start
```

demo:

![](./docs/images/react-demo.gif)