udash-core
udash-core copied to clipboard
Scala framework for building beautiful and maintainable web applications.
Currently, the application bootstrapping code is in: - the docs - g8 template - any Udash project It would be beneficial to unify these with a single implementation shipped by...
- 2 Udash apps should work just fine in a single JVM - the API is pretty ugly and even the docs suggest wrapping it
Udash scaladoc JARs are empty as of #823. It would be nice to have a unified view of the code documentation in the guide though.
Follow-up to #445
### Description There are a lot of problems with the Atmosphere library. Eg. SSE problems, JS client is hard to debug - one file ~3.5k LOC... ### TODO - Consider...
https://github.com/UdashFramework/udash-core/commit/2f671cfa7bcad8150ee9f7517e3027d51fb3ea74
- `showIfElse` doesn't provide nested interceptor - `repeat` is usually used with a nested interceptor and produce - `repeat` without nested is the default which is not very common use...
Consider a case with 2 properties (condition and sequence of items) and a `showIfElse`, which has a `produce` in the positive branch and `repeat`+ `produce` in the negative one. None...