SRNV
SRNV
this code ```typescript case 'update:xxx': const { i } = ctx; this.counts[i]= 0; ``` will be transformed to ```typescript ___("counts[i]", this, this.counts[i] = 0); ``` the first argument should only...
should - minify code - tree shaking - compile
## O3 syntax High-Lighting - [ ] Type checking - [ ] in props - [x] in proto - [ ] SH can high light: - [x] default - [x]...
- [x] 'use http as' supported - [ ] install syntax supported - [ ] write tests - [ ] all components are rendered (all types, remote or not) -...
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 - [...
Integrated Ogone-Dev-Tools - [ ] Browse with ease inside you application - [ ] you can debugg faster, easier. - [x] you can see the datas of the components -...
we need to improve the documentation inside app example. this is a good way to learn Ogone 
this includes: - [ ] unit tests - [ ] case 'test' is supported (..) - [x] Automated stress tests (already implemented in Ogone repo) - [ ] Automated e2e...