markerikson / marks-dev-blog-comments

Comments for my blog
4 stars 0 forks source link

Declaratively Rendering Earth in 3D, Part 2: Controlling Cesium with React #14

Open markerikson opened 4 years ago

markerikson commented 4 years ago

Original author: Tedd Arcuri @teddarcuri
Original date: 2017-06-16T16:14:30Z

Mark, you are the best man. These posts have really helped me get my Redux + Cesium project cleaned up and I am now cranking out features. I will send you a link when I have a beta up. Your blog is well written, thoughtful and practical. Appreciate ya!

markerikson commented 4 years ago

Original author: Eli
Original date: 2017-11-20T23:30:01Z

This is awesome, thanks for these posts.

markerikson commented 4 years ago

Original author: Carson Powers @carsonpowers
Original date: 2017-11-27T02:49:30Z

How would someone go about adapting this project for the changes in Cesium 1.39 (which officially adds support for webpack)?

https://cesium.com/blog/201...

markerikson commented 4 years ago

Original date: 2017-11-27T02:58:17Z

Good question. I kept an eye on their work, but I haven't had time to try upgrading to 1.39 yet. I'll try to update these posts when I do, but it might be a while.

markerikson commented 4 years ago

Original author: Adam Quintana @adamquintana
Original date: 2017-11-30T03:24:14Z

I am running Cesium 1.39 on an ejected create-react-app project. I don't think there is anything special about the latest version with respect to Webpack support. Folks have been running Cesium with Webpack for quite a while. I think this is just the Cesium dev team acknowledging it is possible based on the work that others have done like Mark here.

Mark, thanks for your post! It was very helpful.

markerikson commented 4 years ago

Original author: maverink @maverink
Original date: 2020-03-05T01:13:21Z

Hi everyone, does anyone know if cesium works with React Native?