-
Notifications
You must be signed in to change notification settings - Fork 14
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
es6-port #12
Comments
Can I do it? |
Sure, fork this repo, create your own branch and start working. Please use contribution guidelines provided. |
@dhruvdutt just to clarify things, are you still working on this issue. |
Sorry for the delay. |
It's fine, take your time, we need quality over quantity. Basically you can use arrow functions as a short hand syntax for normal functions, but you need to be careful about the context since arrow functions takes up the parent context. Also you can features like |
Also worth mentioning is that ES6 has a new class syntax that's way nicer. Import and export have changed as well, you can do, for example, |
@rafaelklaessen You can take this up if you wish. |
Okay, I will. I've never worked with React though, so it will take a while. |
@rajikaimal I've created a pull request with the ES6 port. |
I started a review on PR #17 |
I'm reviewing too. 😸 |
So, is my ES6 version going to be used or...? |
We'll start improvements based on the work that you've done on this issue. |
Okay |
Hi I am interested on this. Can I start working on it ? if it's not completed. |
Looking at the code that I wrote back then there's plenty of room for improvement. |
Is it on a particular branch ? Or is it already merged ? I can continue with the things you have done. |
It's on the es6 branch. |
Okay thanks for the heads up. I will start working on them. |
Is the issue still open, as I am willing to do it |
Hi, yes you can give a try. |
Port code to es6 with babel
The text was updated successfully, but these errors were encountered: