🔗
This repo is for the post shared on my blog: stackingtabs.medium.com
Code explained: https://stackingtabs.medium.com/wagtail-streamfield-for-react-3342158cb548
In this post, I will walk through how I find my way around using Wagtail StreamField for React.
My aim is to display the body streamfield filled with paragraphs, images, etc. in React.
This means the data (the paragraphs, images in body streamfield) has to be exposed over Wagtail v2 API and then consumed by React.