Skip to content

mohiwalla/react

Repository files navigation

Learning React

This repository for keeping track of my learnings.


What I learnt today?

Date What I leant? What I made? Overall Experience...
24-09-2023 I learnt to use useState hook along with passing the current state of a component to the child element I made ListGroup.tsx and Search.tsx file today to implement a search in <ul> (unordered List) and show the results matching the keyword in search box in real time. It is different for me to think in React ✌ and as of now making the same application seem to be easier for me to make in Vanila JS instead. But GPT helped me. 😋
25-09-2023 Learnt about difference between ES6 and CommonJS module syste, and how can I share modules in vanilla JS using .mjs extension OR by setting "type" : "module" in package.json file. May be it would help me in future but as of now I just felt it about waste of my time. 😕
26-09-2023 Trying to learn useEffect hook and made some improvements in existing ListGroup search component. Getting nothing in useEffect due to off mood and being high on reels 🤤

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published