rasvaan / digibird_client

Node.js code for Digibird site.
MIT License
2 stars 0 forks source link

Add blog post container #79

Closed rasvaan closed 8 years ago

rasvaan commented 8 years ago

Add a React container for the blogposts, which requires the current json blog file and renders blog post components. This can be done based on the tutorial: https://facebook.github.io/react/docs/tutorial.html Investigate later if this can be solved more elegantly (at the require point, became the posts static?), by retrieving them using a ajax call or even more advanced functionality.