How To Handle Form Data In React JS

Introduction. Handling form data in React JS is a topic that touches every developer who builds interactive web applications. I’ve spent a lot of time working with forms and managing user i...
0 Read More

Cooking with TypeScript enums

Cooking with TypeScript enums
Periodically I hear that something wrong with TypeScript enums. But if you understand how it works - it's not an issue for you.The usage is very simple: ⛶enum Role { None = 0, Moderator = 1, A...
0 Read More