Currying simply means evaluating functions with multiple arguments and decomposing them into a sequence of functions with a single argument. In other terms, currying is when...
Continue reading...react js
React Error Boundaries
Error Boundaries basically provide some sort of boundaries or checks on errors, They are React components that handle JavaScript errors in their child component tree. React...
Continue reading...React 18 Out-of-Box Features
Finally , React 18 was released in March 2022. Officially, React 18 is now ready to use by globe . This release comes up with minimal...
Continue reading...React With Redux
React and Redux are the two most familiar terms for front-end developers. We use this combination while creating single-page applications. Before digging into the topic of...
Continue reading...Closures & Promises in JS
Promises in Javascript is an object and represents an Asynchronous operation, It is used to find out if the asynchronous operation is successfully completed or not....
Continue reading...