Skip to content

A SwiftUI implementation of React Hooks. Enhances reusability of stateful logic and gives state and lifecycle to function view.

Notifications You must be signed in to change notification settings

NguyenPhongVN/DocC-SwiftUI-Hooks

Repository files navigation

DocCHooks

Generating Documentation for Extended Types

swift package --allow-writing-to-directory ./docs \
    generate-documentation --target DocCHooks --output-path ./docs
swift package --disable-sandbox preview-documentation --target DocCHooks

Publishing to GitHub Pages

sudo swift package --allow-writing-to-directory ./docs \
    generate-documentation --target DocCHooks \
    --disable-indexing \
    --transform-for-static-hosting \
    --hosting-base-path DocC-SwiftUI-Hooks \
    --output-path ./docs

Documentation

Tutorials

About

A SwiftUI implementation of React Hooks. Enhances reusability of stateful logic and gives state and lifecycle to function view.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages