This project demonstrates how to integrate the DHTMLX React Scheduler component with Remix framework (React Router v7+). Built with React 19+ and React Router 7+, this demo provides a solid foundation for building powerful event scheduling and calendar applications with full TypeScript support for enhanced code quality and maintainability.
-
Powerful Scheduler UI for event planning and calendar management.
-
Remix (React Router v7+) integration with modern routing.
-
React component driven approach with props controlling Scheduler configuration.
-
Support for multiple view modes (day, week, month) for flexible event visualization.
-
Interactive drag-and-drop functionality for event management.
-
Strong TypeScript support for type-safe usage.
dhx-react-scheduler-remix-demo/
├── app/
│ ├── routes/
│ │ └── home.tsx # Main route with Scheduler integration
│ ├── root.tsx # Root layout
│ ├── routes.ts # Routes configuration
│ └── app.css # Global styles and Tailwind configuration
├── components/
| └── Scheduler/
│ └── Scheduler.tsx # Scheduler component
├── data/
│ └── demoData.ts # Sample events data
├── react-router.config.ts # React Router configuration
├── vite.config.ts # Vite configuration
├── tsconfig.json # TypeScript configuration
└── package.json # Project dependencies
Install dependencies:
npm install
or
yarn
npm run dev
or
yarn dev
npm run build
or
yarn build
npm start
or
yarn start
Source code in this repo is released under the MIT License.
DHTMLX React Scheduler is a commercial library - use under a valid DHTMLX license or evaluation agreement.