Skip to content

docs: update usage#9

Merged
sergeysova merged 2 commits intomasterfrom
docs/usage-update
Jun 16, 2021
Merged

docs: update usage#9
sergeysova merged 2 commits intomasterfrom
docs/usage-update

Conversation

@rchubarkin
Copy link
Copy Markdown
Contributor

No description provided.

@rchubarkin rchubarkin requested a review from sergeysova June 15, 2021 12:07
README.md Outdated
// domain is optional
// for debug/logging

const Page = withHatch(hatch, () => {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
const Page = withHatch(hatch, () => {
export const Page = withHatch(hatch, () => {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

README.md Outdated
import { historyPush } from 'entities/navigation';
import { $isAuthenticated } from 'entities/session';

const hatch = createHatch(createDomain())
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think it is better to move hatch to another file.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@sergeysova sergeysova merged commit e948d7a into master Jun 16, 2021
@sergeysova sergeysova deleted the docs/usage-update branch June 16, 2021 08:05
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