Replies: 1 comment
-
What do you mean by "braces in the signature paradigm for JS"? Are you asking what that represents? If so it's an object destructure so you can use the properties without referencing the parent. If not can you elaborate? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm somewhat of JS noob. I'm following along the with the boardgame.io tutorial and I see the following:
...and I see that the signature changed in this PR:
#662
Where would I look for more documentation on the braces in the signature paradigm for JS?
Thanks for any pointers!
-m
Beta Was this translation helpful? Give feedback.
All reactions