Seamlessly combining cutting-edge technology with intuitive design, we craft a dynamic and engaging platform tailored just for you.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
-
@vitejs/plugin-react uses Babel for Fast Refresh
-
@vitejs/plugin-react-swc uses SWC for Fast Refresh
The documentation for the React Profile Page is hosted at our website.
We use GitHub Issues as the official bug tracker for the React Profile Page. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of the React Profile Page. Check the CHANGELOG from your dashboard on our website.
- Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
- Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
-
Copyright 2019 Creative Tim
-
Licensed under MIT
Within the download you'll find the following directories and files:
react-profile-page/
├─ public/
│ ├─ new_file
│ ├─ new_file
│ ├─ new_file
│ ├─ new_file
├─ src/
│ ├─ components/
│ │ ├─ Footer.jsx
│ │ ├─ Navbar.jsx
│ ├─ views/
│ │ ├─ Profile.jsx
│ ├─ index.jsx
├─ .gitignore
├─ gulpfile.js
├─ index.html
├─ jsconfig.json
├─ package.json
├─ README.md
├─ vite.config.js