The React-Kit includes: - [@reframe/react](/react) - [@reframe/path-to-regexp](/path-to-regexp) - And other things. (See the react kit's source code to see these things.)
npm install @reframe/react-kitReframe's React-Kit
@reframe/react-kitThe React-Kit includes:
- @reframe/react
- @reframe/path-to-regexp
- And other things. (See the react kit's source code to see these things.)
Add @reframe/react-kit to your reframe.config.js:
~~~js
// reframe.config.js
module.exports = {
$plugins: [
require('@reframe/react-kit') // npm install @reframe/react-kit
]
};
~~~