All Posts tagged as "Typescript"

Visualizing the language migration of a codebase

Migrating a codebase from one language to another is a long journey. Using a simple shell script you can create a quick and useful visual.

Read

Translating React Native Apps

Provide translations via a minimal and type-friendly interface

Read

Unit Testing redux-persist migrations with Typescript

redux-persist allows you to specify a migration path between versions, but how can you do that in a strongly-typed way through Typescript?

Read