React Js
- React as a UI Runtime – by Dan Abramov | Overeacted
React for Beginners
- A Beginner’s Guide to React by Betsy Sallee | Noteworthy – The Journal Blog
React Router
- React Router V4: The Complete guide by Manjunath M | SitePoint. Very comprehensive article with explanation.
React Hooks
- Making Sense of React Hooks – by Dan Abramov | Medium. A great informative article on introduction to react hooks, especially for beginners.
- How Are Function Components Different from Classes? by Dan Abramov | Overreacted
- A Complete Guide to useEffect by Dan Abramov | Overreacted
- React Hooks | React Documents
- Intro to React Hooks – by Donavon West | American Express Technology
Fetching Data Through API
- How to fetch data in React – by Robin Wieruch | Robin Wieruch. Very comprehensive tutorial on fetching data in React.
- HackerNews: Learn the “new” way to consume APIs with JavaScript – by Jared Moats | Medium. Very simple and easy to understand tutorial.
- How to Use the JavaScript Fetch API to Get Data – by Sara Vieira | Scotch.io | Very detailed tutorial on fetching data through API.
- How to Connect to an API with JavaScript | Tania Rascia. A very simple web app with plain JavaScript that will retrieve information from an API and display it on the page
- Using Fetch by Zell Liew | CSS-TRICKS. Very comprehensive article on Fetch Api.
React App with Pages
- React Js App with Pages | Max Stoiber. Very good article with simple example and sample codes.
- Creating a Single-Page App in React using React Router | Kirupa. Explains how multiple pages are added to React Single Page Application (SPA) in beginner friendly way.
- Nested routes with React Router v4 | TYLERMCGINNIS.COM. Very detailed tutorial on nested routing.
Useful React Tools
- React-Magic and HTML to JSX Compiler |React Community. Very useful tool to convert simple HTML document into JSX format.
- React JSFiddle : Very useful tool to test component code snippets in JSFiddle environment.
- React Icons : Some popular icons to include in react projects with installation & uses instruction. Additional documentation to use icons from other libraries like Font Awesome, Material Design icons and others.
Getting Image Path in JSX
- How to get image path in JSX? | GitHub. In the comments, Liamm12 provides useful snippets to handle few images as well as handing multiple images with image.js component.
Using WordPress with React
- Using WordPress with React js – by Tim Smith | Tim Smith. This is also cross posted in Dev.to blog.
Importing Blog Data with WordPress REST API
- Get a blog on your website with React and WordPress API | freeCodeCamp. Example codes and link to Sam William’s the blog site at SamWSoftware blog and entire code here.
- WordPress REST API and React.js: fetch posts | juha.blog .
- WordPress Posts in React by Brian Krogsgard | codePen.
- React JS for WordPress Users: A Basic Introduction by Nathan B. Weller | elegant themes.
- React and SPA articles by Andreas Reiterer | www.andreasreiterer.at
- React JS for WordPress Users: A Basic Introduction– by Manjunath M. | Elegant. A basic introduction to how to important post from wordPress site.