8 followers
Running 100 Days of Code challenge
Migrate a Client-Side Application to React 18 Beta · learned from...
I was asked this question in an interview. My answer was both are necessary because my experience uses Node.js to build the backend. It has to make...
Intermediate React Interview # Demo Code 1: fetch Data const [fetchData, setFetchData] = React.useState(null) React.useEffect(() => { ...
Review and Explore Node.js Node Globals: __dirname __filename global os, fs , http don't need install: const os = require("os") // system...
Learn about TypeScript Types by Inference # let helloWorld = "Hello World"; Defining Types You can explicitly describe this object’s shape using an...
Learn about useMemo React hooks are amazing. Being able to put all the logic and state management within a function component allows for mind blowing...