React Fetch Data
Star Wars World
Welcome to the Star Wars React Fetch website where you can find some interesting information about Star Wars movies, characters, starships, and planets. Explore the website and learn something new or refresh your knowledge about the Star Wars world. May the Force be with you.
SWAPI
All the Star Wars data is collected from the Star Wars API (swapi.dev). Due to the possibility of slow operation of the web API, please be patient while loading the data.
The data from the web API is acquired in four different ways:
- fetch() with then
- fetch() with async and await
- Ajax
- Axios HTTP library
The website was created using React and React Router 6. All website code can be found on the GitHub repository: