WebPurple / site

Site of front-end community - WebPurple
https://www.webpurple.net
Other
39 stars 44 forks source link

Sort blog posts by date field #372

Closed ro-abramov closed 5 years ago

ro-abramov commented 5 years ago

Right now, I'm in process of writing a new blog post, and notice that blogs post has no sorting based on date. Imho, blog should be sorted from latest to oldest.

Found a way to implement sorting in graphql query, but there is a possibility to also sort dates in mapProps HOC. Found 1st option to be more elegant