Skip to content
Sebastian Kurfürst edited this page Mar 8, 2016 · 25 revisions

Welcome to the PackageFactory.Guevara wiki! This page hosts developer documentation and conventions.

Getting Started

Please follow the instructions in the README for getting started! This documentation is mainly for developers of this package.

Overall folder structure

The JS frontend of this code resides in [Resources/Private/JavaScript](https://github.com/PackageFactory/PackageFactory.Guevara/tree/master/Resources/Private/JavaScript)

  • Layering

    • Guest
    • API
      • Contains "FlowQuery" basics.
    • Host
    • (Shared) -- avoid if possible (Deprecated)
  • React Style

    • stateless functional components
  • especially plow.js

    • currently Immutable.js not included; but important in the longer run.
  • Redux-Saga (how it is used)

  • Testing

  • Functional Programming Basics

Clone this wiki locally