Skip to content

massive-oss/haxe-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

187847c · Feb 22, 2023
Feb 22, 2023
Jun 18, 2021
Jan 7, 2020
Oct 21, 2020
Jan 7, 2020
Nov 6, 2019
Mar 9, 2016
Nov 5, 2019
Nov 5, 2019
May 24, 2020
Jan 7, 2020
Jun 18, 2021
May 24, 2020
Apr 23, 2018
Apr 23, 2018

Repository files navigation

Haxe React

TravisCI Build Status Haxelib Version Join the chat at https://gitter.im/haxe-react

A Haxe library offering externs and tool functions leveraging Haxe's excellent type system and compile time macros to offer a strongly typed language to work with the popular React library.

haxelib install react

Documentation (RTFM)

Topics

Support / discussions

If you have questions / issues, join haxe-react on Gitter.im

Roadmap

The following fork ("react-next") works on major evolutions to the library:

Learn more

What's included / not included

This library covers React core and ReactDOM. It does NOT cover: ReactAddOns, react-router, Redux, or React Native.

Biggest source of up to date React libraries for Haxe:

Useful to see how to write quick 3rd party React externs:

Application examples

React doesn't enforce any specific application architecture; here are a few examples to get started:

Using Redux, Haxe-style:

Using Webpack: