React for Factorio

by maxpowa

React-based GUI layer for Factorio mods. Inspired by my pain and suffering while trying to write clean, responsive GUI code.

Internal
4 months ago
1.1
11

Changelog

Version: 1.4.1
Date: 2024-08-28
  Bug Fixes:
    - [lsx] prevent errors in many scenarios
Version: 1.4.0
Date: 2024-08-27
  Features:
    - add createRoot function
Version: 1.3.0
Date: 2024-08-27
  Features:
    - [lsx] lsx is jsx but in lua
Version: 1.2.1
Date: 2024-08-27
  Bug Fixes:
    - [render] support array return values from function components
Version: 1.2.0
Date: 2024-08-26
  Features:
    - [hook] add useRef hook and ref param
Version: 1.1.0
Date: 2024-08-25
  Features:
    - [hooks] add useMemo and useCallback hooks
Version: 1.0.1
Date: 2024-08-25
  Bug Fixes:
    - [state] ensure hook state is persisted properly
Version: 1.0.0
Date: 2024-08-25
  Features:
    - [release] initial release