Leonardo Losoviz is the creator of PoP, an open source framework for building decentralized social networks. He is always keen advocating for the open web, and attending as many conferences as possible given how much money is still left in his bank account (not much). He’s based sometimes in Paris, sometimes in Kuala Lumpur, and the rest of the time in his native Buenos Aires.
It’s a well-known fact that it’s not easy for WP websites to implement code-splitting through Webpack. Leonardo takes things into his own hands and implements his own version of code-splitting for an open-source framework named PoP. Read More…
What if we could have a WordPress website in which its dynamic content could be exported as static files? Leonardo Losoviz explains how you can combine both worlds: switch to a static site generator without having to abandon WordPress. Read More…
Through service workers, all framework and application code to output the HTML view can be precached in the browser, thus speeding up both the first meaningful paint and the time to interact. In this article, I will share my experience with implementing service workers for … Read More…