React + material UI + Cesium.JS

Hi all,
I am exploring cesiumjs with react.I need help in customization of existing widgets in the cesium container with a UI library and wiring the corresponding events.

Has anybody made such attempts.

Thanks

Hi @Vasanth_Nayak,

Thanks for your post and welcome to the Cesium community.

CesiumJS is framework agnostic so that it can be used in the wide range of frontend javascript frameworks. I’ll leave some brief notes below but you may also benefit from input from other developers on the forums and searching for previous threads on the topic.

Here are some community resources (not maintained by the Cesium team) for developing with React specifically, and a useful old community forum thread.

And our team maintains some useful examples for compatibility with common build tools too.

We also recently shared that we are in the early stages of planning to go one step further than in the past and provide reusable and configurable user experience tools and widgets for working with CesiumJS. You can find discussion of that here (and please chime in with your feedback too) Seeking community input on reusable and configurable UI tools and widgets for CesiumJS - #3 by Gabby_Getz

Thanks,
Luke

I have a system constraint not use resium as things seems to not work out that well.
I will try my own attempts and let you know if I hit a roadblock.

Thanks for your response.