SSHey thank you for the compliment. Sorry for the late reply. Wasn't active in hashnode for a long time. You can take a look at the first commit of this repo. I believe it was October of 2020, which was quite a few months before notion released the official public beta version of their api.Reply·Article·May 11, 2022·Open source typescript based notion API for Christmas Hackathon
SSWonderful !!! Cant wait to try it outComment·Article·Dec 26, 2020·Introducing Hashnode SDK for TypeScript/JavaScript
SSThank you !!! What an amazing article, learnt a ton about such an important topic. I was implementing Cache-Aside in my library without even knowing about it.Comment·Article·Dec 12, 2020·A Hitchhiker’s Guide to Caching Patterns
SSNick Bull Extremely sorry for the late reply, its a bad practice to use useCallback if the deps array is empty , which is what you are showing in the example above.Reply·Article·Oct 31, 2020·3 Most Effective Ways to Optimize Your React App Performance Right Now
SSAmazing article a great overview of the whole CSS EcosystemComment·Article·Oct 15, 2020·How does it feel like to style things in 2020?
SSThank you for the article, but afaik its a bad practice to use useCallback if the deps array is empty, plus the function is created at every render, there is no way to get though that unless you create a function outside of the component and use it inside passing necessary parameters.Comment·Article·Sep 30, 2020·3 Most Effective Ways to Optimize Your React App Performance Right Now