Skip to content

Conversation

@jdnielss
Copy link

@jdnielss jdnielss commented Oct 1, 2021

Hi,

your repository is good for me, to learn many Framework like Angular, React and Vue.

but I wanted to share an example of using Destructuring to extract props, it's very useful if you only want to use a few props, and it's great for beginners for me and others. but I wanted to share an example of using Destructuring to extract props, it's very useful if you only want to use a few props, and it's great for beginners for me and others. and change the use of var to let and const, to avoid re-assign variables because the nature of var is global.

here is a list of change i made :

  • Change Variable Var to Let and Const
  • Using Destructuring to extract props

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant