kaiwahour / home

Homepage for Kaiwa Hour, A Japanese-English Conversation Group
https://kaiwahour.github.io/home/
MIT License
3 stars 0 forks source link

News & Announcements Component #25

Closed captainalan closed 5 years ago

captainalan commented 5 years ago

Turn this thing which is hard-coded into Home into its own component. Once we get a backend, this will have real dynamic component—for now, we can use dummy JSON data for a couple announcements.

captainalan commented 5 years ago

The "Load more" button doesn't do anything yet; even if there are no more stories to load, clicking that button should display something like "that's all". Or, you should make use of conditional rendering so if there are less than N stories, a "Load more" button doesn't show up at all.