ui-router / redux

UI-Router plugin for Redux integration
MIT License
12 stars 6 forks source link

feat: export actions #6

Closed sisisin closed 5 years ago

sisisin commented 6 years ago

Motivation

I want to hook transitionService.onBefore for authentication check. In @ui-router/redux, I think it is better to use START_TRANSITION action. So, I create this Pull Request.

lawsumisu commented 5 years ago

You should be able to import actions directly from @uirouter/redux/lib/core/actions, so I don't think this PR should be necessary.

sisisin commented 5 years ago

thx for suggestion!