DEV Community

Immutability in React + TypeScript: The Power of "as const" and "readonly" Series' Articles

Back to Arka Chakraborty's Series
React + TypeScript: Smarter State Management with useState and readonly
Cover image for React + TypeScript: Smarter State Management with useState and readonly

React + TypeScript: Smarter State Management with useState and readonly

1
Comments
3 min read
Mastering Immutability and Type Safety in React + TypeScript
Cover image for Mastering Immutability and Type Safety in React + TypeScript

Mastering Immutability and Type Safety in React + TypeScript

Comments
1 min read
Unlocking Literal Types in TypeScript with "as const"
Cover image for Unlocking Literal Types in TypeScript with "as const"

Unlocking Literal Types in TypeScript with "as const"

Comments
1 min read
React+ Typescript: Deep Dive into "readonly"
Cover image for React+ Typescript: Deep Dive into "readonly"

React+ Typescript: Deep Dive into "readonly"

4
Comments
1 min read
"as const" vs "readonly" in TypeScript: What’s the Difference?
Cover image for "as const" vs "readonly" in TypeScript: What’s the Difference?

"as const" vs "readonly" in TypeScript: What’s the Difference?

Comments
1 min read
Discriminated Unions in TypeScript: How They Differ from Plain Type Unions
Cover image for Discriminated Unions in TypeScript: How They Differ from Plain Type Unions

Discriminated Unions in TypeScript: How They Differ from Plain Type Unions

Comments
2 min read