https://github.com/markerikson/cesium-react-webpack-demo
A sample app to demonstrate using Cesium with React and Webpack, accompanying the blog series at http://blog.isquaredsoftware.com/series/declaratively-rendering-earth-in-3d/
https://github.com/markerikson/cesium-react-webpack-demo
Last synced: 9 months ago
JSON representation
A sample app to demonstrate using Cesium with React and Webpack, accompanying the blog series at http://blog.isquaredsoftware.com/series/declaratively-rendering-earth-in-3d/
- Host: GitHub
- URL: https://github.com/markerikson/cesium-react-webpack-demo
- Owner: markerikson
- License: mit
- Created: 2017-03-07T03:09:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T03:44:53.000Z (over 9 years ago)
- Last Synced: 2025-04-30T12:20:37.830Z (about 1 year ago)
- Language: JavaScript
- Size: 157 KB
- Stars: 49
- Watchers: 6
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Declaratively Rendering Earth in 3D: A Cesium+React+Webpack Demo
A sample application to accompany the **[Declaratively Rendering the Earth in 3D](http://blog.isquaredsoftware.com/series/declaratively-rendering-earth-in-3d)** blog series by Mark Erikson, demonstrating how to use the [Cesium.js 3D globe library](http://cesiumjs.org/) with React and Webpack.
This sample app demonstrates how to:
- Set up a basic React app that loads Cesium
- Configure Webpack for faster build times and deployment of an application that uses Cesium using DllPlugin for code splitting
- Use React components to declaratively control rendering of Cesium primitives through Cesium's imperative APIs
**Please feel free to discuss implementation questions in both issues and pull requests!** I'm happy to talk about why I did things a certain way.