Hi👋! First of all, thanks for taking the time to do this.
Our main app maintains a large and complex state between its components and the URL, so we would like to know your approach to synchronizing the state between them.
Sync the state of the "Presence"
and "Satellite"
switches in the sidebar with the URL to ensure changes are reflected on the visibility in the Map for
- The Heatmap layer
- The Satellite layer
- The cleaner url, the better
- Refreshing the page should maintain the state
Please don't spend too much time here, and don't write any code! We just want something to start the conversation in the following interview.
We've developed a custom layer in Deck called FourwingsHeatmapTileLayer
to render aggregated temporal data.
Could you take a look and share your thoughts about your approach to improving the rendering performance?
Feel free to push your code to any public/private repo or send a zipped version to this email
If you prefer a private repo for privacy reasons, please include the j8seangel
user in Git Hub or GitLab.
To run the project, follow these steps:
Install the dependencies:
yarn install
Start the development server:
yarn dev
Open your browser and navigate to http://localhost:5173/ to see the application running.
Have fun, and see you soon!