From 39679cdd09beece2a560ce891dbcfc78ded23855 Mon Sep 17 00:00:00 2001 From: Yogaprakash Kanagaraj Date: Tue, 21 Apr 2026 18:00:59 +0530 Subject: [PATCH 1/2] 1022529: Updated the readme content --- README.md | 47 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 42 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b24f210..285468f 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,54 @@ # react-scheduler-globalization-using-vite +A comprehensive example demonstrating how to implement globalization features in a Syncfusion React Scheduler component using Vite as the build tool. This project showcases multi-language support and localization capabilities within the React Scheduler ecosystem. + +## Overview + +This repository contains a sample application that demonstrates the integration of Syncfusion React Scheduler with Vite, focusing on globalization and localization features. The project illustrates best practices for implementing multi-language support, cultural customization, and region-specific configurations in a modern React application built with Vite for optimal development experience and faster build times. + ## Prerequisites -Node version - 18.13.0 -React version - 18.2.0 +- Node version: 18.13.0 or higher +- React version: 18.2.0 or higher +- npm or yarn package manager +- Basic understanding of React functional components and hooks + +## Getting Started -## Add Syncfusion React Scheduler component using Vite in your application +### Add Syncfusion React Scheduler component using Vite in your application -Refer the following UG documenation for adding Scheduler React component using Vite in your application -* [Getting Started of Syncfusion React Scheduler component using Vite ](https://ej2.syncfusion.com/react/documentation/getting-started/vite) +Follow the comprehensive guide for integrating the Syncfusion React Scheduler component with Vite: +- [Getting Started of Syncfusion React Scheduler component using Vite](https://ej2.syncfusion.com/react/documentation/getting-started/vite) + +## Installation + +``` +npm install +``` ## Run the project ``` npm run dev ``` + +This command starts the development server with hot module replacement (HMR) enabled, providing a fast development experience. + +## Documentation + +Explore the Syncfusion React documentation to learn more about the Scheduler component and its capabilities: + +- [React Introduction](https://ej2.syncfusion.com/react/documentation/introduction) +- [React Schedule Component - Getting Started](https://ej2.syncfusion.com/react/documentation/schedule/getting-started) + +## Features + +- Multi-language support for scheduling interface +- Localized date and time formatting +- Cultural customization for calendar views +- Efficient build process with Vite +- Fast refresh during development + +## Support + +For any questions or issues related to this sample, please refer to the [Syncfusion React documentation](https://ej2.syncfusion.com/react/documentation/introduction) or contact Syncfusion support. From 56603a44376d0014d3a2b0c35b1065ab72d85e0b Mon Sep 17 00:00:00 2001 From: Sivakumar Manimaran Date: Mon, 29 Jun 2026 10:05:59 +0530 Subject: [PATCH 2/2] 1035984: Update the Readme content. --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 285468f..5e4e141 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,12 @@ -# react-scheduler-globalization-using-vite +# React Scheduler with Globalization using Vite -A comprehensive example demonstrating how to implement globalization features in a Syncfusion React Scheduler component using Vite as the build tool. This project showcases multi-language support and localization capabilities within the React Scheduler ecosystem. - -## Overview - -This repository contains a sample application that demonstrates the integration of Syncfusion React Scheduler with Vite, focusing on globalization and localization features. The project illustrates best practices for implementing multi-language support, cultural customization, and region-specific configurations in a modern React application built with Vite for optimal development experience and faster build times. +This repository provides a comprehensive example of implementing globalization features in the [React Scheduler](https://www.syncfusion.com/react-components/react-scheduler) using Vite. It demonstrates integrating multi-language support, localization, and cultural configurations while building a modern React application optimized for fast development and performance, offering a practical guide for creating scalable and globally adaptable scheduling solutions. ## Prerequisites - Node version: 18.13.0 or higher - React version: 18.2.0 or higher - npm or yarn package manager -- Basic understanding of React functional components and hooks ## Getting Started