I am making a static website using wordpress and React’s framework frontity! Can some body guide me how to make custom components for building of home page
you can create custom components for home page, you can show custom post on home page, or you can show some dynamic data with your custom API
To use Custom API there are basically three ways
- Install a plugin that will help you to update data as you want, and that plugin should provide the API
- Create your custom dashboard and create custom API
- Use Contentfull