Related projects
React4j is a relatively new toolkit but there are some other resources and related projects. This list will hopefully grow over time. Feel free to submit a pull request to add new projects to this page.
- arez Arez is a simple, efficient and scalable state management library powered by a transparent functional reactive programming core. It is the state management library that has the best support in the react4j library. API Docs · GitHub Project
Sample Projects
There is also a few sample projects that you can look at to see how different types of applications can be built using React4j.
- react-drumploop A rewrite of the hooks-drum-machine
project presented as part of a talk. It was originally written in
react.js
using hooks and suspense. This was ported to react4j and continues to use the experimental suspense support andreact-cache
. - react-sithtracker A solution for the problem presented in the flux challenge using Arez and React4j.
- react-todomvc Several implementations of the TodoMVC application rewritten using react4j and other supporting technologies.
- react-heart-rate-monitor An experiment using the web bluetooth API ot display the output of a bluetooth heart rate monitor written using Arez and React4j.
- react-webspeechdemo An experiment using the web speech synthesis API written using Arez and React4j.