Articles from Cyril Gaunet
Twig, Vue and Server Side Rendering: How It Went Sideways
Cyril Gaunet7 min read
![Server side rendering twig vue](/_astro/server-side-rendering-twig-vue.KR3zgpCq_1g4wDn.webp)
One of our clients at Theodo runs a large marketplace. We launched an e-commerce platform for them back in 2016. To do so, the first frameworks used were:Symfony + Twig for templating jQuery for dynamic contentsBut in 2019, as performance was going down,
Continue reading →React-Virtualized: Why, When and How you should use it
Cyril Gaunet5 min read
![](/_astro/tim-carey-414909-unsplash.CvPoxUjp_Z1b0PkO.webp)
Why What is a Virtual DOM ? The virtual DOM (VDOM) is a programming concept where an ideal, or “virtual”, representation of a UI is kept in memory.Then, it is synced with the “real” DOM by a library such as ReactDOM. This process…
Continue reading →