easoncxz / twitanalysis

Dig your Twitter data
https://easoncxz.github.io/twitanalysis
Other
1 stars 0 forks source link

React refactors: transpose module tree #25

Closed easoncxz closed 3 years ago

easoncxz commented 3 years ago

image

We should localise all these noisy Model fields or Msg branches into all-in-one mini-TEA modules like src/dom/pages/list-management.tsx.

Also: the src/dom/views.tsx module should not exist. It should be separated into each page/component.

easoncxz commented 3 years ago

Done.

image