An open API service indexing awesome lists of open source software.

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

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.