|
|
@ -1,7 +1,7 @@ |
|
|
|
# jpc-like-websites |
|
|
|
> Jetpack Compose like websites |
|
|
|
|
|
|
|
The building method of Jetpack Compose (for android), |
|
|
|
The building method of Jetpack Compose (for e.g. android), |
|
|
|
feels really straight forward |
|
|
|
and intuitive for me. |
|
|
|
Furthermore I personally found it more readable |
|
|
@ -13,20 +13,28 @@ to build those websites more or less fast (easy) |
|
|
|
and reliable. |
|
|
|
While they do look the way I intend them to. |
|
|
|
|
|
|
|
After developing some minor apps with Jetpack Compose I liked a lot about the way |
|
|
|
the components are build/structured. |
|
|
|
After developing some minor apps with Jetpack Compose, |
|
|
|
I liked a lot about the way the components are build/structured. |
|
|
|
The reusability and so on... |
|
|
|
|
|
|
|
Further I love to write code in a "method-chaning" kind of way: |
|
|
|
Every line is a chain-link concerning one particular task, |
|
|
|
the IDE offers an overview of possibilities. |
|
|
|
Method-chaining is more or less native in Kotlin. |
|
|
|
Logical support for git-line-wise change detection. |
|
|
|
It makes even more sence concidering the git-line-wise change detection. |
|
|
|
|
|
|
|
After some (very little) searching, |
|
|
|
I choose to give it a couple of hours |
|
|
|
and develop a small "lib" to enable myself to do exactly that. |
|
|
|
> Develop jetpack compose like components in html/javascript. |
|
|
|
> Develop html/javascript components in a "jetpack compose like" manner. |
|
|
|
|
|
|
|
BUT it is not inteded to be or do more than that. |
|
|
|
The lib/framework is supposed to help to build/define/construct components |
|
|
|
or furhter single page applications. |
|
|
|
It is not meant to be a framework like react, vue, angular ... the list goes on. |
|
|
|
The closest comparison is actually typescript, |
|
|
|
it is supposed to build html, js, and css. |
|
|
|
If desired, it can generate the entire page (html-file) |
|
|
|
without the framework itself. |
|
|
|
|
|
|
|
Javascript is by far not my strongest field, |
|
|
|
typescript even less. |
|
|
@ -36,4 +44,4 @@ you have been warned. |
|
|
|
|
|
|
|
```sh |
|
|
|
sh join_js_files.sh |
|
|
|
``` |
|
|
|
``` |
|
|
|