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