gramex icon indicating copy to clipboard operation
gramex copied to clipboard

Documentation covering Gramex internals

Open samarthgulati opened this issue 4 years ago • 1 comments

App lifecycle documentation

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.

samarthgulati avatar Jan 13 '21 10:01 samarthgulati

@sanand0 should we be tracking this on gramex-guide repo?

bhatsandeep avatar Jan 15 '21 04:01 bhatsandeep