react-juce icon indicating copy to clipboard operation
react-juce copied to clipboard

Write cross-platform native apps with React.js and JUCE

Results 75 react-juce issues
Sort by recently updated
recently updated
newest added

Right now a TextView (``) holds a set of `RawTextView` children, and during the render it constructs an AttributedString from the children text for layout and painting. This is similar...

We are currently doing some work to improve blueprint's `SyntheticEvent` implementation. `MouseEvent` is gaining adoption of properties like `target`, `relatedTarget`, `shitKey` etc. It could be very useful to provide a...

Right now `examples/BlueprintPlugin` is half-implemented and doesn't prioritize communicating how to work with the available features. I'd like to put some time into making this more along the lines of...

See #70 This task tracks adding a `` component to the core blueprint component library, quite like JUCE's ComboBox. I think the API we should aim for here is something...

feature

See #70 This task is for tracking a Modal component as part of the core blueprint component library. I think the Modal can largely be just a View with `position:...

feature

The duktape pimpl `LambdaHelper::invokeFromDukContext` can lead to a throw from `safeCall` that isn't caught when the invocation came from a timer callback, e.g. ``` setTimeout(()=> { clearTimeout("a bad argument causing...

Right now we have this `TestRunner` project which just runs unit tests (https://github.com/nick-thompson/blueprint/blob/master/examples/TestRunner/Source/Main.cpp). The only unit tests we have are a couple of tests on the EcmascriptEngine to verify that...

help wanted
good first issue

Something like this: ```bash * text eol=crlf *.sh text eol=lf *.7z binary *.aif binary *.aiff binary *.asf binary *.eot binary *.fla binary *.flac binary *.flv binary *.gif binary *.gz binary...

* Refactor code to use `auto` * Apply const-refs judiciously * Flip Yoda conditions * Add `final` to all classes that warrant it. --- Open to other ideas..!

Duktape does a faulty check for MSVC toolchains, specifically because MSVC has never supported the `__cplusplus` macro (which Duktape is using). It would be better to define the problematic macro...