-
Notifications
You must be signed in to change notification settings - Fork 22
New js gen #11
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
New js gen #11
Conversation
@@ -0,0 +1,120 @@ | |||
--- | |||
title: New JavaScript Magic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say "Magic" is a bit too mystifying.
# Summary | ||
|
||
With the upcoming Servant version, it will be way easier to build a javascript | ||
connector to your webservice. The chosen API is *as usual with Servant* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
connector???
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean the client library that connects your app to your backend
|
||
## API simplification | ||
|
||
Since `0.4` branch, we drastically simplified the API so that it is easier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say "Since the last release, we've drastically simplified [...]"
|
||
## More options | ||
|
||
Yes it may sound counter-intuitive with previous paragraph... but It's not! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this sentence isn't really clear, or at least to me. I'm not sure what "more options" is contradicting that's written before, or why it's counter intuitive with respect to something you've mentionned earlier. If you could expand this sentence with what you mean, that would be great!
(Just to be clear - we're going to hold off on merging this until the new release comes out.) |
@freezeboy I don't know how we went so long without merging this - it's really good! I've opened a PR here for the tutorial section, and will start a new PR with the blog post. Sorry for the huge delay! |
Update the tutorial with new JS syntax, and add a blog post to present new features
Feel free to patch it
Warning: I had to set a date to the post, so I chose 25 in order to have some time for patches.