-
Keynote - Vision & Strategy
Fabien Pinckaersเสร็จสิ้น
-
Opening Keynote - Unveiling Odoo 17
Fabien Pinckaersเสร็จสิ้น
-
ORM Unleashed: Computed, Related, Onchange - The Magic Behind Odoo's Data Management
Raphaël Colletเสร็จสิ้น
-
Why the Odoo ORM is not like other ORMs
Raphael Colletเสร็จสิ้น
-
Better than React: Why We Built Our Own UI Library
Samuel Degueldreเสร็จสิ้น
-
Host your Odoo server on the public Internet: do's and don'ts
Nicolas Martinelliเสร็จสิ้น
-
Your Questions, Our Answers: An Open AMA with Odoo Developers
Antony Lesuisse (al)เสร็จสิ้น
-
Opening Developer Day
Antony Lesuisseเสร็จสิ้น
-
Embracing the Future: Transforming Odoo into a Progressive Web App
Damien Bouvyเสร็จสิ้น
-
Customizing Backend Charm: Theming Odoo's Webclient Design for a Unique Look
Stefano Riganoเสร็จสิ้น
Gery Debongnie is an accomplished software developer with extensive expertise in JavaScript. He has played a pivotal role in Odoo codebase, starting even before it was called Odoo. Géry is not only known for his contributions to projects like the Owl UI framework, the Odoo web client, and the Odoo spreadsheet application but also for his leadership as the head of the JavaScript framework team.
Implementing a modern UI framework is a very interesting challenge: it is quite difficult to provide
a robust set of APIs that is also performant. Many popular frameworks such as React or Vue chose
to use a virtual DOM as an underlying rendering method.
Odoo own framework, Owl, is also based on a virtual dom, but with an additional twist: instead of manipulating
the DOM element by element, it works with a much larger unit (the "block"). In this talk, we will explain what
a virtual DOM is, why it is useful, and how block virtual DOMs are the next evolutionary step in rendering
technologies.