React Telerik library with GOLANG

1 Answer 9 Views
General Discussions
Francisco
Top achievements
Rank 1
Francisco asked on 06 May 2024, 12:46 PM | edited on 06 May 2024, 12:55 PM

 

“We are planning to develop a web application using React for the frontend and Go for the backend, following an MVC structure. Is it possible to connect Telerik React libraries with Go for this purpose? Thank you very much for your response. Best regards.”

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 08 May 2024, 07:16 AM

Hi Francisco,

The KendoReact package provides components for the UI (the frontend) and since the connection between a React frontend and a Golang backend is established through HTTP requests and responses, it would be up to the developer to configure how the React components will make API calls to the Golang server. 

Our components expose many events that can be used for this. For example, you can take a look at the following example for remote binding for the KendoReact Grid:

Note that how the data is retrieved is up to the developer to configure, so in your case you can replace this with the corresponding API call to the backend.

Hope this helps.

 

Regards,
Konstantin Dikov
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!

Tags
General Discussions
Asked by
Francisco
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or