-
-
Notifications
You must be signed in to change notification settings - Fork 146
Home
Sebastian Kurfürst edited this page Mar 8, 2016
·
25 revisions
Welcome to the PackageFactory.Guevara wiki! This page hosts developer documentation and conventions.
Please follow the instructions in the README for getting started! This documentation is mainly for developers of this package.
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