Articles from Cyril Gaunet
Twig, Vue and Server Side Rendering: How It Went Sideways
Cyril Gaunet7 min read
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
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 →