DEV Community

Maryan Mats profile picture

Maryan Mats

404 bio not found

Joined Joined on  github website
Most Startup Ideas Are Backwards — I Search for Products People Already Resent

Most Startup Ideas Are Backwards — I Search for Products People Already Resent

Comments
9 min read
Why I Stopped Using Enums in TypeScript (I Use `as const` Instead)

Why I Stopped Using Enums in TypeScript (I Use `as const` Instead)

1
Comments
10 min read
Stop Writing try/catch — Your TypeScript Errors Deserve Types

Stop Writing try/catch — Your TypeScript Errors Deserve Types

1
Comments
10 min read
Stop Using Booleans Everywhere — Use Union Types Instead

Stop Using Booleans Everywhere — Use Union Types Instead

1
Comments
8 min read
Render Props Are Not Dead — React Hooks Didn't Replace What Actually Matters

Render Props Are Not Dead — React Hooks Didn't Replace What Actually Matters

1
Comments
11 min read
You Don't Need Zustand: useSyncExternalStore Is All You Need

You Don't Need Zustand: useSyncExternalStore Is All You Need

Comments
8 min read
Why I Stopped Building My JavaScript Framework After 1,500 Lines of Spec

Why I Stopped Building My JavaScript Framework After 1,500 Lines of Spec

Comments
12 min read
I Built a Reactive Compiler for JavaScript — Here's Where It Broke

I Built a Reactive Compiler for JavaScript — Here's Where It Broke

1
Comments
10 min read
I Designed a Web Framework That Replaces React Hooks With Two Imports

I Designed a Web Framework That Replaces React Hooks With Two Imports

Comments
8 min read
loading...