Daxexs
Daxexs
- [x] Improve the speed of switching between pages. - [x] Now `page.go()` and `data.go()` work similarly to go to a page (`View`), the only difference is that `data.go()` checks...
**To do list** - [x] Code - [ ] Documentation --- Create new pages (views) by using classes, you don't need to inherit from any other class to add the...
* The method will be added in `Datasy (data)`. * Allows you to return to the previous page (`View`). --- ### To do list - [x] Code - [ ]...
- [ ] Remove dependency on parse. - [ ] Update documentation.
- [x] Add in the `page` decorator the `index` parameter that will be related to the set path. - [x] Add `dynamic_control` method available in `data:fs.Datasy`. - [x] Better structure...
- [ ] Documentation --- The use of cache is very useful for applications where changing pages does not change the processes that are being carried out, that is, if...
* [x] Add Middlewares to AddPagesy. which will be automatically integrated into all decorated pages. > To use Middleware in AddPagesy is very easy, you can do it in two...