
Re-frame supplimentary library routing dispatched events via statecharts implementing finite state machines.
Re State is an innovative supplementary library designed to enhance the Re-frame framework by introducing a robust routing mechanism that leverages statecharts. With a focus on finite state machines, Re State allows developers to manage application state more effectively while facilitating the dispatching of events in a structured manner. This development can greatly simplify the complexities of state management in modern applications, making it an exciting tool for developers looking to streamline their workflow.
What sets Re State apart is its emphasis on clarity and structure. By adopting a state machine approach, it helps in clearly defining the application's state and transitions, making it easier to visualize and debug. For those familiar with statecharts, this library offers a powerful extension to integrate routing seamlessly into their Re-frame applications.

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.