Ogone
Ogone copied to clipboard
[FEAT] Controllers Components
Controllers will help us inside dev environment to simulate back services. Controllers are components too.
here's an example.

this will helps simulate services quickly
- [ ] can import modules inside Controllers
- [ ] Controllers can only use other Controllers Components
- [ ] can use default statement
actual step:

next step: let the store fetch data from controllers
this works in dev and in prod for now. need to test if this is scalable
0.16.0-rc.14 implements those Controllers Components