• Stars
    star
    287
  • Rank 144,232 (Top 3 %)
  • Language
    JavaScript
  • Created over 8 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

HackerNews clone built with Dva.

dva-hackernews

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


Live Demo

TODO

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

Run Locally

Install dependencies.

$ npm install

Start server.

$ npm start