mithi / epic-react-exercises

Practical React exercises with detailed solutions.
https://epic-react-exercises.vercel.app
Apache License 2.0
159 stars 36 forks source link

Add another exercise in react hooks #130

Open mithi opened 2 years ago

mithi commented 2 years ago

Create a folder inside content/react/hooks and name it the next integer. Example 5 in this case, since the last number is 4

Screen Shot 2021-10-03 at 6 26 50 PM

Inside that folder create 2 files: notes.md and app.js

Screen Shot 2021-10-03 at 6 29 30 PM

Write your example app in app.js and export it as default


const App = () => {
  return <>Hello world!</> 
}

export default App

Write the description of your exercise in notes.md.

## The hello world exercise

> Summary: Display `hello world` on the screen!
MuhammadTanveer94 commented 2 years ago

@mithi i want to do this. could you please assign me?

mithi commented 2 years ago

Hi Muhammad!

Thanks for your interest. Please let me know what exercise it is you thought of including and explain why you think such exercise is important enough to be added. What important React principles does the exercise demonstrate? Thank you!

On Mon, Oct 4, 2021 at 2:31 AM Muhammad Tanveer ul Haq < @.***> wrote:

@mithi https://github.com/mithi i want to do this. could you please assign me?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mithi/epic-react-exercises/issues/130#issuecomment-933002222, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMX2FOFRFXCWXXTEFZLQADUFCOOTANCNFSM5FHON36Q .