Bibek Basyal
Engineer & Game Developer.
How to contribute to Open Source projects? - A beginners Guide
July 31, 2024
Contributing to open source can be beneficial on several ways to a developer. For this, finding a correct project to work on plays a vital role. Lets see how you can find and contribute to Open Source projects in Github.
10 ways to use "Ref" in React.
July 23, 2023
Ref can be simply understood as a reference. Refs are used to preserve values across re-renders in React. Unlike state values, the ref can be mutated and the value changes immediately without causing a re-render. With this in mind, let us explore the ways in which refs can be used in React.