Would like to go through the series of steps the framework takes from running gramex, parsing gramex.yaml and creating series of functionality on the fly at runtime for the application. Some kind of a flowchart like this might also help.
Thinking in Gramex
For someone coming with experience in traditional MVC server side code structuring, would like to understand what is the Gramex way to back-end code. Something akin to thinking in react where it goes through a sample app, say Realworld and shows how it is implemented using Gramex so someone can compare and contrast to the way they are familiar writing code, and also show mapping of each of the traditional things to Gramex's approach.
Extending Gramex components
Gramex provides knobs and levers for each component for the developer to configure it for their app, would like to see documentation for someone who'd want to go about forking the component and build a custom version of their own and enhance the functionality by adding few more features.
App lifecycle documentation
Would like to go through the series of steps the framework takes from running
gramex
, parsinggramex.yaml
and creating series of functionality on the fly at runtime for the application. Some kind of a flowchart like this might also help.Thinking in Gramex
For someone coming with experience in traditional MVC server side code structuring, would like to understand what is the Gramex way to back-end code. Something akin to thinking in react where it goes through a sample app, say Realworld and shows how it is implemented using Gramex so someone can compare and contrast to the way they are familiar writing code, and also show mapping of each of the traditional things to Gramex's approach.
Extending Gramex components
Gramex provides knobs and levers for each component for the developer to configure it for their app, would like to see documentation for someone who'd want to go about forking the component and build a custom version of their own and enhance the functionality by adding few more features.