SAFE-BookStore
SAFE-BookStore copied to clipboard
Use React Components for inner pages
The page uses the basic Elmish pattern for outer / inner pages. This works and is simple but quite chatty and hard to read.
We should move to making inner pages their own React components.