ff4s
A minimal purely-functional web frontend framework for Scala.js.
Based on these wonderful libraries:
- Cats
- Cats-Effect
- FS2
- Scala DOM Types
- Snabbdom (actually based on scala-js-snabbdom)
Inspired by:
See the examples
folder for commented code examples.
You can try the examples by running examples/fastLinkJS
in sbt and then
serving the index.html
using something like Live Server.
There is also an implementation of todomvc
in the todo-mvc
folder.
libraryDependencies += "io.github.buntec" %%% "ff4s" % "x.y.z"