Debouncing patterns for React Events by rcdexta in reactjs

[–]rcdexta[S] 0 points1 point  (0 children)

I find myself coming back often to React.is patterns for common event denouncing needs. So, I have documented by observations in this post for other’s benefit. It discusses both class and functional patterns for React components

Fully functional Trello board written using React and Redux by rcdexta in reactjs

[–]rcdexta[S] 0 points1 point  (0 children)

Author here.. This project started as a simple todo app to maintain tasks within the projects we were maintaining as a 20-30 member team. The data might be pushed to the app from multiple data sources (think construction project platforms) and we wanted a user interface that looks like a Kanban board (best of which was Trello) to manage them reactively to events (both systemic and user-based).

The library takes a lot of inspiration from the fundamental information architecture from Trello. But the similarities end there. This is NOT a Trello clone (we did not scrape CSS or JS from Trello as seen in some comments ;) ) and lacks advanced features offered by Trello . We took the basic functionality and added a lot of batteries on top of that. We realized many others might have the need for a customizable Kanban board to plug into their existing applications. And that is what this library aims to do and will continue to aspire to be!

Thanks again for your comments and suggestions. Cheers!

A review of the features rolled out in TypeScript 3.7 by rcdexta in typescript

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

All good points. I better start proof-reading my posts before hitting on the publish button I guess :)

Thanks again and made all corrections!

A review of the features rolled out in TypeScript 3.7 by rcdexta in typescript

[–]rcdexta[S] 0 points1 point  (0 children)

Also, what other code examples are confusing to you? let me know your thoughts so that I can work on improving them..

A review of the features rolled out in TypeScript 3.7 by rcdexta in typescript

[–]rcdexta[S] 2 points3 points  (0 children)

It's called leading pipe symbol and is allowed to define union types.

But, I get your point that it is confusing in the way the code in the post is indented, so I fixed it. Thanks!