This is a rewritten version of LiveView as view layer https://github.com/50kudos/_fset/tree/master/lib/fset_web/live. We now use a bare Phoenix Channel + Javascript of achieve lowest latency interaction.
< 6731 div class="markdown-heading" dir="auto">-
Notifications
You must be signed in to change notification settings - Fork 0
fsetapp/fset
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Internal frontend stuff is installed via yarn and normally imported from node_modules. For example:
import * as Model from "@fsetapp/fset/pkgs/model.js"
However, we don't have to develop on published package. We use yarn link @fsetapp/fset
to link node_modules/@fsetapp/fset
to js/internal
which is an unpublished in-progress local code from different git repo (cp -r ./lib/pkgs/fset ~/dev/product/fset/assets/js/internal/
)
About
A GUI tool for managing and maintaining structured data (backend)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published