jaspr icon indicating copy to clipboard operation
jaspr copied to clipboard

Modern web framework for building websites in Dart. Supports SPAs, SSR and SSG.

Results 112 jaspr issues
Sort by recently updated
recently updated
newest added

This is to keep track of the changes made to the wip/v0.2 branch. resolves #16, resolves #18 TODOs: - [x] add html utility components - [x] update rendering implementation -...

Hi, I wonder whether it would be a good idea to implement something within the framework to specify the base href for the generated html. Specially for the build command....

With the typed `Styles` class coming in the next release (#18), jaspr will get a powerful mechanism of styling elements through pure type-safe Dart. There are currently two main cases...

discussion

Hi, thanks for this package! When the program is launched using `serve` command it breaks down with the exception below. However, it works fine when you `build` the app. ```dart...

bug

When looking at #13 I very much liked the concept of a `Style` class which bundles css properties in a simple way. The advantages of such a class over a...

discussion

Discussion related to #13 ## Status quo The current way of defining html elements is by using `DomComponent` and providing a `tag`. This leaves the most freedom to developers, but...

discussion

This is related to https://github.com/dart-lang/sdk/issues/49234 There seems to be no proper way currently to softly terminate child processes. Using `process.kill()` would forcefully terminate a child process and potentially leave files...

bug

Hello there! I'm looking into jaspr for a couple of hobby projects. I ran into an issue with Router. It is mentioned on wiki that it is WIP so I...

Hi, thanks for you work! I have been building the web bootstrap components bindings in [this repo](https://github.com/juancastillo0/bootstrap_dart). At the moment it supports three different frameworks: deact, jaspr and rad. I...

I don't have a time for next development so I am sending only what I have right now.