truxxu / danger_frontend

Text-only discussion board built using React.js
0 stars 3 forks source link

Pagination #5

Open truxxu opened 4 years ago

truxxu commented 4 years ago

Discussion list should have pagination

truxxu commented 4 years ago

Partial implementation made on the last merge, still needs work to improve user experience. Page num should be reset when topic changes.

truxxu commented 4 years ago

Also, pagination component from Semantic UI library makes use of legacy lifecycle method that results in an error as displayed in browser. Alternatives: build custom component?