Skip to content

sioquim/hyper-react

Repository files navigation

hyper-react

A simple React example of autocomplete with data fetching demo using the Starwars API.

See Example

Features

Folder Structure

.
├── ...
├── build                       # Target build folder
├── public                      # Get copied to the build folder. Use the index.ejs to update the index.html
├── src
│   ├── assets                  # Images, videos, etc. that are used by the components
│   ├── components              # Reusable components
│   ├── containers              # Data-fetching smart components
│   ├── store                   # Modular Redux: actions, reducers, epics 
│   ├── styles                  # Theme and global styles
│   └── utils                   # Helper functions
│   index.jsx                   # Entry React component
│   RootLayout.jsx              # React component for initial styling and theming
├── test                        # Unit tests
└── ...

Contribution

All PRs are welcome to improve the existing solution.

Roadmap

  1. Error Handling for Async Actions
  2. Install PWA features using Workbox

About

example implementation of React to fetch data from Starwars API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published