over_react
over_react copied to clipboard
A library for building statically-typed React UI components using Dart.
> * Issue Type: Feature Request > > Requested by [CookieOfFortune on Reddit](https://www.reddit.com/r/programming/comments/59p0fq/overreact_react_for_dart/d9fc7h8/?context=3) He would like to be able to use a JSX syntax instead of the `over_react` fluent interface....
Our formatting guidelines currently recommend against using dartfmt/dart_style on over_react code. We recently discovered that dartfmt is capable of producing [significantly more readable](https://github.com/dart-lang/dart_style/issues/549#issuecomment-257745809) over_react code, due to changes in dart_style...
> * Issue Type: Documentation There currently is no working demonstration of the `ResizeSensor` component. We should add one! --- > __FYI:__ @greglittlefield-wf @aaronlademann-wf @jacehensley-wf @clairesarsam-wf @joelleibow-wf
## Motivation 1. During the null safety migration, we opened up some rather massive dependency ranges to support both null safe, and non-null safe dependencies. 1. After upgrading these dependencies,...
# Depends on https://github.com/Workiva/react-dart/pull/406 ## Motivation We need React.lazy in order to support some new asynchronous component patterns. ## Changes - Add React.lazy - Add a lot of test coverage...
> * Issue Type: BUG > * `over_react` Version(s): `5.3.0` > * `dart` version `2.19.6` I got the analyzer plugin set up, and it is indeed showing some warnings in...
> * Issue Type: BUG (maybe? or I'm doing something wrong) > * `over_react` Version(s): `5.3.0` > * `dart` version: `2.19.6` > * `Chrome` version: 128.0.6613.120 (Official Build) (64-bit) ##...
> * Issue Type: FEATURE REQUEST > * `over_react` Version(s): `5.3.0` My project depends heavily on OverReact, and I finished migrating it to null safety with Dart 2.19.6. (If it...
This PR bumps/adds workiva_analysis_options to v2. This is being done in an effort to adopt consistency in `analysis_options.yaml` files across the codebase, and ensure all developers are using the most...
## Motivation ## Changes #### Release Notes ## Review _[See CONTRIBUTING.md][contributing-review-types] for more details on review types (+1 / QA +1 / +10) and code review process._ Please review: ###...