TypeScript 🌎 Web ⚛️ Open Source Software💡UI/UX/DX
Check out @visulima/tabular:
• 2–3x faster than cli-table3
• Unicode + ANSI color support
GitHub: github.com/visulima/vis...
Check out @visulima/tabular:
• 2–3x faster than cli-table3
• Unicode + ANSI color support
GitHub: github.com/visulima/vis...
Unlike most TS features, enums generate runtime code and aren't erased during compilation. They can't be used as type constraints and cause bundle bloat.
Unlike most TS features, enums generate runtime code and aren't erased during compilation. They can't be used as type constraints and cause bundle bloat.
This means the type system itself can compute any algorithm... though you probably shouldn't 😅
This means the type system itself can compute any algorithm... though you probably shouldn't 😅
Instead of writing your own, use these standard ones:
Instead of writing your own, use these standard ones:
After reviewing 20+ production React+TS codebases, these patterns consistently separate the pros from the beginners.
Save this thread for your next PR review! 🧵👇
After reviewing 20+ production React+TS codebases, these patterns consistently separate the pros from the beginners.
Save this thread for your next PR review! 🧵👇
Do you have some dev server in user or just using vite for developing and some other tool for bundling?
Do you have some dev server in user or just using vite for developing and some other tool for bundling?