AAnjaliinwhatanjali.hashnode.dev路Apr 28, 2024 路 3 min readHow NodeJS Works?Hello Devs馃憢, We all know that NodeJS is neither a programming language nor a framework, it goes beyond that. NodeJS is a Javascript runtime environment built on Chrome's V8 javascript engine. It is lightweight, fast and data-intensive. It also consi...00
AAnjaliinwhatanjali.hashnode.dev路Jan 14, 2024 路 3 min readUnderstanding Context API in ReactHey馃憢Devs, Well, we all know that while developing any application there is always a need to pass some data across different application levels. React Context API, which was introduced in React v.16.3, provides us the ability to pass data through the...00