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

Add ParcelBoundaryHoc #108

Closed
dxinteractive opened this issue Oct 2, 2018 · 3 comments
Closed

Add ParcelBoundaryHoc #108

dxinteractive opened this issue Oct 2, 2018 · 3 comments

Comments

@dxinteractive
Copy link
Collaborator

A hockey version of a ParcelBoundary. Will be great for building things with discrete submit actions.

@dxinteractive
Copy link
Collaborator Author

Could also have a connectors for storing the current buffer externally. Would be perfect for localstorage.

@dxinteractive
Copy link
Collaborator Author

dxinteractive commented Oct 6, 2018

Config can be:

{
    name: string|(props) => string,
    originalParcel?: string|(props) => string,
    debounce?: number|(props) => number,
    hold?: boolean|(props) => boolean,
    ??? something to say which actions in buffer should be kept or not. Like "all", "none", "unchanged" ?
    // debug
    debugBuffer?: boolean|(props) => boolean
}

@dxinteractive
Copy link
Collaborator Author

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

No branches or pull requests

1 participant