Matej Šircelj
Results
2
issues of
Matej Šircelj
## New Feature Compile .marko components into AWS Lambda function ### Description ``` class { --> get data from backend {} here somehow sayHi() { alert(`Hi!`); } } backend {...
type:feature
Hi, I have a case where the list of items that I need to lazy load is loaded from bottom up. I can load the page with `flex-direction: column-reverse;`. But...