KendoReact Grid now supports RSC mode, leveraging React Server Components to move data-intensive operations to the server. This new mode reduces client-side bundle size, enables server-side data operations like paging and filtering, and supports both server and client templates for optimal performance or interactivity. Server Actions allow custom server-side logic execution in response to user interactions without full page reloads.
Table of contents
KendoReact Data GridReact Server Components (RSC)KendoReact Data Grid RSC ModeServer-Side Data OperationsServer ActionsHybrid Templates: Server and ClientWrap-upSort: