Migrating Pinterest Profiles to React
Offered By: JSConf via YouTube
Course Description
Overview
Explore the challenges and techniques involved in migrating Pinterest profiles to React in this JSConf Budapest 2017 talk. Discover how to transition a high-traffic service to a new platform while maintaining functionality for millions of users. Learn about server-side JavaScript rendering, adapters for legacy data sources, and the evolution of web app architecture from Python Jinja to NodeJS Template rendering. Gain insights into the Denzel-React Bridge, reusing server-side HTML, and implementing Higher-Order Components as adapters. Understand the importance of A/B testing frameworks, experiment setups, and bottom-up approaches in large-scale migrations. Dive into the complexities of changing a live system's core components while ensuring seamless user experience.
Syllabus
Intro
Javascript rendering on the server-side
Adapters for old data sources
Web App Architecture
Python Jinja Renderer (before)
NodeJS Template Renderer (after)
Denzel-React Bridge
Reusing Server-Side HTML
Higher-Order Components as Adapters
Adapters for old resources
A/B testing Framework
Experiment setup
Bottomup approach
Experiment Dashboard
Taught by
JSConf
Related Courses
Complete React Hooks Course 2021: A - Z ( Scratch to React )Udemy React: Design Patterns
LinkedIn Learning Advanced Vue.js Features from the Ground Up
Frontend Masters React Class Component Patterns
egghead.io Higher Order Components with Functional Patterns Using Recompose
egghead.io