Skip to content

kitlangton/formula

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

🧪 Formula

Release Artifacts Snapshot Artifacts

Derive functional, reactive, Laminar forms at compile-time with this type-safe, composable form combinator library.

// build.sbt
libraryDependencies += "io.github.kitlangton" %%% "formula" % "x.y.z"

Resources

This project originally started as an example of using Magnolia with Scala.js. While the internals has shifted substantially since the recording, the original video is still available, Deriving the Frontend.

Running Locally

  1. sbt ~fastLinkJS in another tab.
  2. yarn install
  3. yarn exec vite
  4. open http://localhost:3000