Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: change variable to let & const, add destructuring parameter #2159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant