SFS - ScalaFullStack
Find a file
2024-09-22 09:30:52 +02:00
dom/src/main/scala feat: Events 2024-09-21 18:17:23 +02:00
project feat: project seperation 2024-09-20 22:02:05 +02:00
sfs feat: Events 2024-09-21 18:17:23 +02:00
.gitignore feat: project seperation 2024-09-20 22:02:05 +02:00
.scalafmt.conf Initial Commit 2024-09-20 19:40:18 +02:00
build.sbt feat: project structure 2024-09-22 09:30:52 +02:00
LICENSE feat: project seperation 2024-09-20 22:02:05 +02:00
README.md feat: project structure 2024-09-22 09:30:52 +02:00

$ whoami

SFS full name ScalaFullStack is a collection of libraries to make full stack development in scala easy and composable

Features

This project is far from being ready to use so for now these also include planned features for 1.0

  • SSR support
  • CSR support
  • Hydration
  • router
  • ReScala reactive backend
  • zio server integration

TODO

  • Type safety, eliminate ? as generic param and asInstanceOf where possible
  • AirStream reactive backend
  • other server integrations

Packages

  • sfs - different renderers (String, dom, hydration) and reactivity bindings
  • dom - shared jvm/js html builder which includes: tags, attributes, props, svg, utils
    • possible to use from other libraries which need a js+jvm html/dom builder
  • router - implements a universal router for ssr and csr/hydration
  • reactive/* - various reactive backends
  • integrations/* - various server integrations