-
The framework I'm using (Meteor) can remove controls after Dominar has been told about them.
Not hide them, but take them out of the DOM.
I believe Angular and React do the same.
Dominar::validateAl…
-
See some discussion on #65.
Hi, folks. I know a solution to this topic is long-awaited.
Copying an example from the above thread (specifically, @xogeny's), here's a proposal for actions that ha…
-
Immutable data are used heavily for web applications today, commonly with Elm-like (redux, ngrx, ...) architectures. Most common thing web developer is doing with data is creating a copy of it with so…
-
Lots of people here are interested in handling async/await in conjunction with signals. Some approaches that have been suggested:
- @modderme123 's Bubble reactivity uses something like React Suspens…
-
Subscribe to this issue and stay notified about new [daily trending repos in Java](https://github.com/trending/java?since=daily)!
-
#### Bug, feature request, or proposal:
Feature Request.
#### What is the expected behavior?
I expect `[displayWith]` to give me back the whole `object` so I can treat what property I can return …
-
[RadixUI](https://www.radix-ui.com/themes/docs/overview/getting-started) is a great design system built up with fully designed JSX-components that can be composed into a full interface. It would we ve…
-
Union types express a subtyping relationship, but I am unclear as to whether typeclasses (i.e. Rust's traits) do?
If a `trait B` extends another `trait A` and `B` reuses the implementations of `A`, c…
-
Today, we can take advantage of parameter properties to reduce the boilerplate, e.g:
``` typescript
class Person {
constructor(public firstName: string, public lastName: number, public age: num…
-
Many features will need discussion so this thread acts as **both a discussion & a task list** for contributors/maintainers.
**Notes:**
1. All these features won't necessarily make it into the v0.1…