Skip to content

Essential Documentation

This section provides fundamental knowledge necessary for working with the ReX system. It is designed to help new users quickly understand the core concepts, architecture, and basic usage patterns.

Overview

ReX implements a compositional content architecture for isomorphic content management. The system provides:

  • Unified Content API: Consistent interface across all environments
  • Environmental Adaptability: Runs in Node.js, browsers, and service workers
  • Compositional Architecture: Enhances functionality through function composition
  • Extensible Design: Supports plugins and custom adapters

Essential Documents

Start with these essential documents to understand the system:

Next Steps

After grasping the essentials, explore these resources:

  • Guides: Step-by-step guides for common tasks
  • Reference: Detailed API and type documentation
  • Patterns: Implementation patterns and best practices

Learning Path

For a structured learning experience, follow this recommended path:

  1. Read Getting Started for basic setup
  2. Explore Key Concepts to understand the system
  3. Review Architecture Overview for high-level understanding
  4. Follow basic guides in [TODO] Basic Guides for practical experience
  5. Use Reference documentation as needed for detailed information

Released under the MIT License.