by Floyd Hartford | Mar 14, 2021 | Javascript, React, Website Development
So, you want to use Axios to fetch WordPress post data from WP-JSON REST API endpoints in react, huh? Maybe you’re doing some WP theming or creating a front-end for a headless WordPress website and you want to pull in post data to display on the page. Whatever —...
by Floyd Hartford | Mar 10, 2021 | Javascript, React, Website Development
I’ve coded a simple weather app using React. Pretty cool, right? The React app hooks into a free weather API from Open Weather (https://openweathermap.org/) and lets you search for the current weather conditions in a given location. Inspiration for this project...