0.0.2 • Published 5 years ago

react-router-screen-id v0.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

Greenkeeper badge

A proof of concept that introduces the concept of a 'screen id' in React, when using React Router.

A "screen id" is a unique identifier that is:

  • generated when a user navigates to a new route
  • stays the same while the user stays on the same route

This library will offer the following functionality:

  • made available to child components via the context api
  • works in universal applications where the screen id is initially generated on the server and then made available to the client
  • ability to manually create a new screen id for the current route
0.0.2

5 years ago

0.0.1

5 years ago