Nexo Maker Docs
  • Welcome
  • Getting Started
    • Basic Concepts
      • Starting a Expansion
      • Compiling your Expansion
  • Visual API
    • Modularjs
      • Modularjs Basics
      • Styling
      • useState()
      • useEffect()
      • useGlobalState()
      • useProjectState()
    • [Deprecated] Components
      • Custom HTML documents
    • Themes
      • Replace Assets
      • Assets List
  • Functional API
    • Post Functions
      • Post Sidebar Button
      • Post Editor Module
    • Get Functions
      • Load Assets
      • Load File
      • Get Project
  • API Changelogs
    • Changelog 0.6.1
Powered by GitBook
On this page
  1. Visual API

Modularjs

Dynamic Modular Components for Nexo Maker

Modularjs is our custom modules reader built specifically for Nexo Maker. Using Modularjs makes your content significantly more dynamic and reactive to changes.

Inspired heavily by React.js, Modularjs follows a similar component-based structure and supports hooks to manage state and side effects inside the app.

With Modularjs, you can:

  • Run JavaScript functions on component render

  • Store and modify global or session data

  • Build interactive, stateful components that respond to user input

  • Create modular, reusable UI elements

This approach empowers you to develop rich, reactive content inside Nexo Maker seamlessly.

PreviousCompiling your ExpansionNextModularjs Basics

Last updated 16 days ago