Working with react-classmate
Learn how to install and get started with react-classmate
Make sure React (>16.8) is installed
npm i react-classmate
# or
yarn add react-classmate
# or
pnpm add react-classmate
import rc from "react-classmate"
const rc = require("react-classmate").default
The default
for CJS is currently needed because the package is designed as ES module. Named CJS export version is coming soon.
If you are having problems or any other feedback, please file an issue on GitHub
For now. It should be easy to remove the types and use the library in plain JavaScript. Later on, I might provide a JavaScript version of the documentation.