feat(barebuild): read-only server-resource read projection for BareDOM (0.1.0)#270
Merged
Conversation
…M (0.1.0) ## BareBuild — a server-resource read projection for BareDOM BareBuild attempts to support presentational web components using server state only. A client does not need business logic, store or runtime framework. The PR introduces the entire **read-only** phase as a sub project. ### What's included - A first complete version of BareBuild (`src/barebuild/`, will ship eventually as `@vanelsas/barebuild`). - A complete tasks demo showcasing 4 web component BareBuild consumers for an x-table, x-stat, x-progress and x-search-field. - A Babashka tasks server (an independent JSON implementation of the server-client contract), a live demo page, and an SSR boot page. Writes are deferred to a later stage.
Add .github/workflows/barebuild.yml (lint, node tests, server tests, release build), triggered only on barebuild/** changes, and make BareDOM's ci.yml ignore barebuild/** so the two projects' pipelines never trigger each other.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BareBuild — a server-resource read projection for BareDOM
BareBuild attempts to support presentational web components using server state only. A client
does not need business logic, store or runtime framework.
The PR introduces the entire read-only phase as a sub project.
What's included
src/barebuild/, will ship eventually as@vanelsas/barebuild).page, and an SSR boot page.
Writes are deferred to a later stage.