As an introduction to react development – I’ve used it to build an address book – it’s running on a PHP/Symfony api.
The app is quite loose and is a straightforward introduction / easy to understand app to play around with and make changes / additions. It’s got a simple routed component structure and various bits of CRUD functionality.
Built on react v16, this app incorporates:
- Context API
- React-router 4
- React-alerts
- Bootstrap UI
- Basic token-auth functionality
- Axios http library