#reactjs
Read more stories on Hashnode
Articles with this tag
🚀NEXT JS 13 has got revolutionary changes and that is the App Router Project Architecture. The basic building block to learn NEXT JS App Router is...
✅You should only call Hooks from a React Functional Component. ✅You should only call Hooks at the Top level. import React, { useEffect, useState }...