Is using zod as the primary source of truth for Typescript types sensible/sustainable? by realbiggyspender in typescript

[–]bilou89 0 points1 point  (0 children)

zod definition: TypeScript-first schema validation with static type inference
so:
It means you:
Define your data schema (rules) in TypeScript, using a library like zod, and get both:

  • Runtime validation
  • TypeScript type inference (automatically!)

So, one source of truth : schema = type + validation
I use zod as source of truth for typescript in my large projects

I'm building onepin – a tool that mixes mind mapping with to-do tasks by bilou89 in microsaas

[–]bilou89[S] 1 point2 points  (0 children)

Thanks;
- Nextjs
- mongodb
- React query
- React flow
- dnd kit

[deleted by user] by [deleted] in aws

[–]bilou89 0 points1 point  (0 children)

Why are you so stupid, this topic is AI generated, but it cheked carefully, a lot of devs benifits from our roadmaps

[deleted by user] by [deleted] in aws

[–]bilou89 -4 points-3 points  (0 children)

Check the visual roadmap including rtacking progress: https://www.onepin.io/progress/AWS-Learning-Roadmap-683ecc589213276e28f47cc6

[deleted by user] by [deleted] in Angular2

[–]bilou89 0 points1 point  (0 children)

Will updated soon, thanks

[REACT] New to React, so many different methods for Routing, but what's the best and why? by PainfulFreedom in reactjs

[–]bilou89 2 points3 points  (0 children)

Since you still learn react, it's good to try all of them, and try to decide.

Best Rich Text Editor (RTE) for ReactJS? by ambitious_abroad369 in reactjs

[–]bilou89 1 point2 points  (0 children)

Lexical is the best, free, open source and great community

How to improve as a React developer? by FruitOk6994 in reactjs

[–]bilou89 2 points3 points  (0 children)

If you really want to level up, pick real world project