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

[docs] Add summary to introduce rest hooks #98

Merged
merged 5 commits into from
Jul 10, 2019
Merged

[docs] Add summary to introduce rest hooks #98

merged 5 commits into from
Jul 10, 2019

Conversation

ntucker
Copy link
Collaborator

@ntucker ntucker commented Jul 10, 2019

No description provided.

@ntucker
Copy link
Collaborator Author

ntucker commented Jul 10, 2019

adding some links for further reading on terminology i reference

like images and videos. This makes it great for API calls regardless of form ([REST-like](https://restfulapi.net/),
[GraphQL](https://graphql.org/), [gRPC](https://grpc.io/)), serialization ([JSON](llhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON), [YAML](https://en.wikipedia.org/wiki/YAML)),
or transport ([HTTP](https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview), [WebSockets](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API), [local](../guides/mocking-unfinished)).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be cool if you added a section comparing it to alternatives

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mmmm, i have consciously tried to avoid mentioning any alternatives. what would be the benefit?

PS) my primary audience is people using redux with REST apis so I try to frame everything in that way

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not to say I don't think comparisons are useful - just that I don't believe they belong in an introduction to this library. A standalone blog post I feel is the best place for such things as they tend to be temporally limited.

@ntucker ntucker merged commit 6260668 into master Jul 10, 2019
@ntucker ntucker deleted the intro branch July 10, 2019 22:00
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.

2 participants