goldlabel-apps/docsify

Routing Solution

Opened this issue · 0 comments

Cut & Paste

  • branch feature/18_routing_solution

Requirement

The app works by asynchronously loading markdown files defined in config.json. The MarkDown is then rendered as HTML using the component src/components/Markdown.jsx

The Routing Solution should be created here src/appRouter.js

we also want a new action called goRoute It needs to;

  • Replace with the goTo action
  • Clear the loaded redux markdown when run
  • start loading new markdown
  • show a loader
  • handle error