reearth / resium

React components for 🌏 Cesium
https://resium.reearth.io
MIT License
727 stars 134 forks source link

craco-cesium seems not to be maintained #566

Open croraf opened 1 year ago

croraf commented 1 year ago

Last update on craco-cesium has been 3 years ago.

Is that library maintained?

As per recommended setup in resium and in craco-cesium with typescript added many TS features fail, for example ! and: image

rot1024 commented 1 year ago

Note that now CRA is not recommeded to be used to start React development: https://github.com/reactjs/react.dev/pull/5487#issuecomment-1409720741 .

I recommend using Vite. Minor maintenance such as version upgrades can be performed on craco-cesium, but no new functional development is planned.