Tag

API Migration

1 views collected around this technical thread.

KooFE Frontend Team
KooFE Frontend Team
Aug 23, 2021 · Frontend Development

How to Upgrade Your Server‑Side Rendering to React 18: New APIs & Best Practices

This guide explains how to migrate a React server‑side rendering setup to React 18 by installing the latest version, replacing renderToString with pipeToNodeWritable, and adopting the new API surface while handling Suspense and streaming nuances.

API MigrationFrontend DevelopmentReact 18
0 likes · 7 min read
How to Upgrade Your Server‑Side Rendering to React 18: New APIs & Best Practices
Top Architect
Top Architect
Dec 29, 2020 · Backend Development

Migrating OkCupid from REST to GraphQL: Process, Lessons, and Outcomes

The article details OkCupid’s year‑and‑a‑half migration from a REST API to a production GraphQL API, describing the four‑step process—page selection, schema construction, shadow requests, and A/B testing—along with lessons learned about error handling, business‑logic placement, and performance monitoring.

A/B testingAPI MigrationApollo Server
0 likes · 9 min read
Migrating OkCupid from REST to GraphQL: Process, Lessons, and Outcomes