The event will be hosted online and broadcasted to several Developer Circles, so if you aren't yet a member of Facebook Developer Circle, then join the closest Developer Circle
Or watch live broadcast via YouTube channel
How to write modern frontend application using React/Vue/Angular/..., and
1 Do it the way you like it, but not the way the library requires it.
2 Use only the best solutions for your task.
3 Not to fear major updates of dependencies.
4 Not to rewrite project every time with a new extra fast/robust/flexible library.
There is no industry that is more rapidly developing than the frontend. You can argue, but how many more ecosystems do you know where frameworks are emerging at this rate? Web standards are being implemented and immediately become obsolete. The most important question is: where are we going, and where will we come to? The question is not rhetorical: how not to stay out of business in this bubbling stream and capture only the most important, what will be the trend in 2021.
The Yandex Search page result doesn’t look the same for every search request. A great amount of such requests transforms the search page into complex services like hotel booking services or streaming services. We optimized the performance of the interfaces for users and the performance for developers, and then, we decided to rewrite everything using a different technological stack. I’ll tell you how the migration was technically done. Of course, we’ll discuss every key step in detail. Be ready for a series of advice from real-world projects.
While serverless is way beyond its hype point, it is still an underestimated technology that could open up new approaches in how we build our apps. In this talk I'm going to give an overview of practical applications of serverless JS. We're going to cover serverless frontend microservices, authorization methods, Smart CDNs, caching (including stale-while-revalidate) with Vercel and Cloudflare Workers. I'll illustrate these methods with practical examples from the tools we build internally at [resume.io](http://resume.io): OG image generation, PDF/DOCX rendering, automatic Critical CSS injection and more.
With the release of react-scripts, next and other parsel, it seems that here it's happiness left only to write code and enjoy life. But it's not so. Life doesn't stop at create-react-app. After all, front-end is not enough just to build, it also needs to be checked. My presentation will be about how to do it without noise and dust.