Skip to content
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

SEO-171361-Broken-Links-React-JS #232

Open
wants to merge 1 commit into
base: hotfix/hotfix-v21.2.3
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
4 changes: 2 additions & 2 deletions ReactJS/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: Introduction
documentation: ug
---

> The Syncfusion React components of Essential JavaScript 1 (jQuery-based widgets) are no longer actively developed, and the 2022 Volume 4 marked the last release. Users are encouraged to switch to the Syncfusion React components of the Essential JS 2 library, which has been specifically designed to be lightweight and modular. Its size can be further optimized by including only the necessary controls and features for your application. For more information, please check out the Syncfusion React of Essential JS 2 library’s [documentation](https://ej2.syncfusion.com/react/documentation/introduction/) and [demo](https://ej2.syncfusion.com/react/demos/#/bootstrap5/grid/overview).
> The Syncfusion React components of Essential JavaScript 1 (jQuery-based widgets) are no longer actively developed, and the 2022 Volume 4 marked the last release. Users are encouraged to switch to the Syncfusion React components of the Essential JS 2 library, which has been specifically designed to be lightweight and modular. Its size can be further optimized by including only the necessary controls and features for your application. For more information, please check out the Syncfusion React of Essential JS 2 library’s [documentation](https://ej2.syncfusion.com/react/documentation/introduction) and [demo](https://ej2.syncfusion.com/react/demos/#/bootstrap5/grid/overview).

# Welcome to Syncfusion Essential React JS

Expand Down Expand Up @@ -48,7 +48,7 @@ Include the following dependencies for render React components with Syncfusion w

{% endhighlight %}

I> From React v16.x.x, support for `React.createClass` has been [removed](https://reactjs.org/blog/2017/09/26/react-v16.0.html#packaging). So if you are using react framework later versions then, you need to refer [`create-react-class`](https://www.npmjs.com/package/create-react-class) package separately.
I> From React v16.x.x, support for `React.createClass` has been [removed](https://legacy.reactjs.org/blog/2017/09/26/react-v16.0.html#packaging). So if you are using react framework later versions then, you need to refer [`create-react-class`](https://www.npmjs.com/package/create-react-class) package separately.

### Add React Components

Expand Down