justice40-tool icon indicating copy to clipboard operation
justice40-tool copied to clipboard

Refactor J40Map.tsx

Open vim-usds opened this issue 2 years ago • 0 comments

Purpose

This map component currently is doing a ton of stuff:

https://github.com/usds/justice40-tool/blob/main/client/src/components/J40Map.tsx

Can we take some of the useState and useEffects and create custom hooks as explained here:

https://konstantinlebedev.com/solid-in-react/

vim-usds avatar Jul 13 '22 22:07 vim-usds