Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use React and Webpack for kepler #49

Open
Rikuoja opened this issue Jan 26, 2022 · 2 comments
Open

Use React and Webpack for kepler #49

Rikuoja opened this issue Jan 26, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@Rikuoja
Copy link
Collaborator

Rikuoja commented Jan 26, 2022

Is your feature request related to a problem? Please describe.
The Kepler.gl UI is not configurable. Also, it is quite fragile.

Describe the solution you'd like
Use Webpack for all JS code, e.g. https://dev.to/icewreck/react-flask-integration-part-1-setup-with-webpack-djo .

Bundle the js needed on other pages separately, too. Use proper React Kepler.gl. We still probably don't want to rewrite all the UI with React, we just need the Kepler view.

The data can be served to Kepler with flask.

@Rikuoja Rikuoja added the enhancement New feature or request label Jan 26, 2022
@Rikuoja
Copy link
Collaborator Author

Rikuoja commented Jan 27, 2022

Required e.g. for #35

@Rikuoja
Copy link
Collaborator Author

Rikuoja commented Jan 27, 2022

Implementing this requires #51 first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant