Kukkimonsuta / uirouter-test

Testing usage of transition hooks in @uirouter/react.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIRouter Test

This project isolates an attempt to pass state params via @uirouter/react from a child route to a parent route.

Install

npm install

Run

npm start (Should launch browser window and load http://localhost:3000/)

Test

1. Click "Go to Child link"
2. From Child route click "Programatically return to Parent" button
3. Observe setState() failure

About

Testing usage of transition hooks in @uirouter/react.


Languages

Language:JavaScript 86.4%Language:HTML 13.6%