An open API service indexing awesome lists of open source software.

https://github.com/bamlab/formation-tech-lead-exercices

A good debugging exercise
https://github.com/bamlab/formation-tech-lead-exercices

Last synced: about 1 year ago
JSON representation

A good debugging exercise

Awesome Lists containing this project

README

          

# Training React Native application

This application features challenges to learn more about React Native.
Each challenge has a page on the app, and a `docs` page explaining what is expected.

## List of exercises

- [React Native Internals](./docs/RNInternals.md)
- [Javascript Event Loop](./docs/EventLoop.md)
- [Single Responsibility Principle](./docs/SingleResponsibility.md)
- [Domain Driven Design basics](./docs/DDD.md)
- [Debugging](./docs/Debugging.md)