https://github.com/pk170970/react-project-20-hacker-news
React project consisting of search, remove and visit news functionality
https://github.com/pk170970/react-project-20-hacker-news
reactjs usecontext usereducer
Last synced: 3 months ago
JSON representation
React project consisting of search, remove and visit news functionality
- Host: GitHub
- URL: https://github.com/pk170970/react-project-20-hacker-news
- Owner: pk170970
- Created: 2022-12-28T10:48:11.000Z (over 2 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-12-28T10:53:41.000Z (over 2 years ago)
- Last Synced: 2025-02-03T14:44:20.542Z (4 months ago)
- Topics: reactjs, usecontext, usereducer
- Language: HTML
- Homepage: https://csb-0scb6n.netlify.app/
- Size: 198 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⭐ React-Project: Hacker News ⭐
## 🔗 Links
[Code Link](https://codesandbox.io/s/react-project-21-hackernews-0scb6n)
[Live](https://csb-0scb6n.netlify.app/)
[Linkedin](https://www.linkedin.com/in/pratyush-kesarwani-%F0%9F%87%AE%F0%9F%87%B3-2b6601171/)## Learnings
📌1. Best use of context api and useReducer
📌2. Conditional rendering
📌3. controlled and uncontrolled components, fetch Api
📌4. useState, useEffect and useContext## Acknowledgement
I am thankful to John Smilga for his amazing udemy course on React.