feat: CSR WIP

This commit is contained in:
DavidOnTop 2024-09-21 16:56:25 +02:00
parent 0c0ed26408
commit 959241c16b
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
19 changed files with 172 additions and 65 deletions

27
README.md Normal file
View file

@ -0,0 +1,27 @@
## $ 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
- [X] SSR support
- [ ] CSR support
- [ ] Hydration
- [ ] router
- [ ] RPC integration or server functions
- [ ] ReScala reactive backend
- [ ] zio server integration
### TODO
- [ ] Full 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