Kilian Schulte

Results 29 issues of Kilian Schulte

## Description Fixes #190 Fixes #182 ## Type of Change ## Ready Checklist - [ ] I've read the [Contribution Guide](https://github.com/schultek/jaspr/blob/main/CONTRIBUTING.md). - [ ] In case this PR changes one...

## Description - [x] Change to package:web - [ ] Support wasm mode for jaspr_cli ## Type of Change - [x] ❌ Breaking change - [x] ✨ New feature or...

## Description ## Type of Change - [x] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix (non-breaking change which fixes an issue) - [...

Experiment with running jaspr on the edge using the `edge` package.

Data fetching and sync is an important aspect for most websites and we should have a well-documented example for this. > Can be done together with some other feature or...

documentation

A dockerized jaspr app that can be deployed to google cloud run. > Can be done together with some other feature or use-case. This may include: - a comprehensive docker...

documentation

A jaspr app that can be deployed to aws lambda using their dart runtime. > Can be done together with some other feature or use-case. This may include: - any...

documentation

A purely client-side jaspr app that can be deployed to any static hosting provider. > Can be done together with some other feature or use-case. This may include: - setup...

documentation

There is still a lot of undocumented code in the core package. At least all important classes and methods should be documented using doc comments. We should also further customize...

documentation

Currently there are no consumer components in jaspr_riverpod. These were removed in favor of the context extensions that are unique to jaspr. In order to ease the transition from flutter_riverpod...

documentation