Query builder to filter data in TypeScriptI wrote a couple of posts (1 and 2) about my learnings creating table components, and this post can …Read more
Table pagination, sorting, filtering and row selection. Lessons I learned creating a table component (part II)In the first chapter I talked about the data and cols definition. How to manipulate the data, …Read more
Lessons I learned creating a table component (part I)I love creating UI components because they are the fundamental bricks supporting a UI application. …Read more
Branded types in TypeScriptWhen you model entities with typescript, it is very common to get an interface likeinterface User { …Read more
Are you using semicolons in JS/TS? Maybe is time to remove themI have been using standardjs (and standardts) for 5 years as lint ruleset in my projects, and I am …Read more