2.0.1 • Published 3 years ago
use-awsui-router v2.0.1
useAwsuiRouter
use-awsui-router is a collection of React hooks for the AWS UI component
library. In addition to managing the AWS UI component local state, they also
bind to React Router.
It is recommended that you use this library in tandem with
use-awsui.
Install
npm install use-awsui-routeroryarn add use-awsui-router
Supported components
The use-awsui-router library offers React hooks for the following AWS UI
components. These hooks return several of the components' value props and event
handlers in order to both instantiate and manage the components' local,
controlled state, including integration with React Router.
Contributing
To install this repository to begin local development, use the following commands in order:
yarn set version latestto keep Yarn up-to-date.yarnto install the existing dependencies.yarn up * && yarn up @*/*to upgrade to the latest dependencies.yarn dlx @yarnpkg/pnpify --sdk vscodeto integrate with VS Code.