dva-hackernews icon indicating copy to clipboard operation
dva-hackernews copied to clipboard

HackerNews clone built with Dva.

dva-hackernews

HackerNews clone built with Umi and Dva, based on vue-hackernews-2.0.


Live Demo

TODO

  • [x] Item Page
  • [x] Comment Page
  • [x] User Page
  • [x] Real-time List Update with Animation
  • [x] Router Transform Animation
  • [ ] SSR
  • [x] Dynamic Router
  • [ ] Handle loading status automatically
  • [ ] Render Performance

Run Locally

Install dependencies.

$ npm install

Start server.

$ npm start