Automattic / Picard

A prototype theme that uses React and WP-API
629 stars 110 forks source link

Build post navigation in React #26

Closed fklein-lu closed 9 years ago

fklein-lu commented 9 years ago

Adds a new PostNavigation component for displaying next and previous post navigation on single pages.

Building this in React avoids having to dangerously render HTML.

jacklenox commented 9 years ago

Looks good.