Skip to content

SEO-2271 ReactJS Schedule Getting Started #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: hotfix/hotfix-v20.1.0.55
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ReactJS/Schedule/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Getting started with Schedule component in React JS
description: Rendering a basic Scheduler with local data
description: Learn here about getting started with Syncfusion Essential ReactJS Schedule control, its elements, and more.
platform: ReactJS
control: schedule
documentation: ug
keywords: ejschedule, schedule, schedule widget, js schedule
---

# Getting Started
# Getting Started with ReactJS Schedule

An introduction to start with ReactJS can be referred from [here](/reactjs/overview#getting-started-with-react). To get start with the usage of Schedule control in ReactJS platform, create a React application layout and refer the following dependencies to it. Refer the individual script references required to render the Schedule control from [here](/reactjs/schedule/dependencies).

Expand Down Expand Up @@ -86,7 +86,7 @@ ReactDOM.render(
N> The above jsx template needs to be converted from `.jsx` to `.js` extension by using `gulp` NuGet package (refer [here](/reactjs/overview#converting-jsx-to-javascript-with-react)) and then it must be referred in the HTML page.


![](Getting-started_images/Getting-started_img1.png)
![ReactJS Schedule JSX file](Getting-started_images/Getting-started_img1.png)

### Using without jsx Template

Expand Down