Malte Ubl - Principles for Scaling Frontend Application Development, React Summit 2023

preview_player
Показать описание
React Summit 2023 #ReactSummit #GitNation

Follow the link to watch the full version of all the conference talks, QnA’s with speakers and hands-on workshop recordings →

Talk: Principles for Scaling Frontend Application Development
After spending over a decade at Google, and now as the CTO of Vercel, Malte Ubl is no stranger to being responsible for a team’s software infrastructure. However, being in charge of defining how people write software, and in turn, building the infrastructure that they’re using to write said software, presents significant challenges. This presentation by Malte Ubl will uncover the guiding principles to leading a large software infrastructure.

This event would not take place without the support of sponsors:

🏆 Platinum Sponsors

🥇 Gold Sponsors

🥈 Silver Sponsors
Рекомендации по теме
Комментарии
Автор

I enjoyed giving this talk! Let me know what you think or if you any questions!

MalteUbl
Автор

22:31 version skew can already be solved by implemeting versioning in API, or allow backwards compatibility

rickvian
Автор

@MalteUbl, thanks for an awesome talk! Really enjoyed it, and some solid advice in there.

There’s a good question in the question list at the end, though, that never gets asked:
Doesn't pinning the frontend to an (old) server version move the version mismatch problem to the data persistence layer?

LaustDeleuran-eh