Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1 KB

hackernews.md

File metadata and controls

35 lines (28 loc) · 1 KB
title type order
HackerNews Clone
examples
12

This is a HackerNews clone built upon HN's official Firebase API, Vue 2.0 + Vue Router + Vuex, with server-side rendering.

{% raw %}

{% endraw %}

Live Demo Note: the demo may need some spin up time if nobody has accessed it for a certain period.

[Source]

Features

  • Server Side Rendering
    • Vue + Vue Router + Vuex working together
    • Server-side data pre-fetching
    • Client-side state & DOM hydration
  • Single-file Vue Components
    • Hot-reload in development
    • CSS extraction for production
  • Real-time List Updates with FLIP Animation

Architecture Overview

Hackernew clone architecture overview