Published onMay 28, 2024How to downgrade VSCode extensionvscodefrontendLearn how to downgrade a VSCode extension to an older version easily. This guide provides two methods to revert to a previous version.
Published onApril 9, 2024Using React useState to store multiple valuesreactfrontendLearn how we can store multiple values in single state using useState hook in functional component.