epic-react-exercises icon indicating copy to clipboard operation
epic-react-exercises copied to clipboard

Add another exercise in react hooks

Open mithi opened this issue 4 years ago • 2 comments
trafficstars

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!

mithi avatar Oct 03 '21 10:10 mithi

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

MuhammadTanveer94 avatar Oct 03 '21 18:10 MuhammadTanveer94

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 .

mithi avatar Oct 04 '21 00:10 mithi