In Development
Last Updated: 28 Dec 2023 06:15 by ADMIN
Veselina
Created on: 04 Jul 2023 13:29
Category: KendoReact
Type: Feature Request
1
Add React Server Components in KendoReact

React Server Components allow the developer to mix the fast server-side rendering with the interactivity of client-side JavaScript. 

So far modern JS frameworks were explicitly operating on the client (with SSR being an optional feature). With server-components it's the opposite - RS Cs introduce a new mental model for building hybrid applications that leverage both the server and the client.

The main advantages of the React Server Components are that:

  • Initial page load is faster;
  • You can move the data fetching to the server;
  • You can keep the large dependencies on the server;
  • The client-side JavaScript bundle size is reduced;
    1 comment
    ADMIN
    Joana
    Posted on: 28 Dec 2023 06:15

    Hi everyone,

    Kendo React Server Components experimental package is live! It comes with a Grid Server Component that supports filtering. sorting, paging and editing operations. Don't miss out the great blog post and documentation of the project!

    Please, help us shape our future development and share any feedback in our github issue or support ticket system.

    Regards,
    Joana
    Progress Telerik

    Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!