Recently, the company is restructuring and preparing to change the front-end framework from extjs to Kendo-UI. What should I ask about changing the framework? There are mainly the following reasons:
- Extjs is too heavy to support back-end languages, so it is hard to write at the front end.
- Extjs execution is too slow (this is the main reason), because extjs pages are also generated using JS, which will inevitably reduce the performance and affect the page rendering speed.
- Kendo-UI is a very good front-end framework. You can read some demos here.
This article mainly describes how to understand Kendo-UI and how to understand Kendo-UI.
Kendo-UI introduction:
Kendo-UI is a jquery-based front-end framework developed by telerik. its official website introduces everything you need to build modern sites and apps with HTML5/Js. There are four parts in total:
- Dataviz
Data Visualization
- Framework
Framework (mvvm)
- Mobile
Mobile Terminal
- Web
Web end
Because the project is web-based, I will introduce the web-based components below, and the skin of all components can be customized.
Kendo-UI Web:
- Grid
- Editor
- Dropdownlist
- Treeview
- Tabstrip
- Drawer
Summary:
This article just briefly introduces the functions of Kendo-ui, and will continue to post my understanding of it in future development. Unfortunately, it is not completely open-source.
Visit https://github.com/telerik/kendo-ui-coreon GitHub.
If you are also using Kendo-ui or learning Kendo-ui, you can share your experience in using Kendo-UI with me. If you encounter some problems during development, @ me. Thank you!
Very good front-end framework Kendo-UI