view.py
view.py copied to clipboard
The Batteries-Detachable Web Framework
### Improvement Description A more rich, featured version of `view init` should be implemented. It should include (at least) the following: - Git repo initialization - Component setup (#12 and...
### Feature description Running a custom build step defined by the user should be supported. This should be callable from the CLI, but also done automatically at runtime. This feature...
### Feature description [ReactPy](https://reactpy.dev/) is a library that is similar to the advanced components API (#12). For batteries-detachable, view.py should support it. ### Feature example API N/A; see their docs....
### Improvement Description Static builds is undocumented as of #135. This is due to it having no good place in the documentation until #111 is finished. ### Improvement Request Example...
### Improvement Description Much like #136, #138 leaves the feature undocumented. The `markdown` function isn't that useful yet, as to style it would require #12 or #111 for MkDocs. ###...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Path parameters segfault half the time when you try to stress...
### Feature description Automatic deployment setup via the `view deploy` command. Should support several different options, such as `nginx`, `systemd` (running on a Linux server), or Heroku. ### Feature example...
### Proposal: Jinja2 is quite popular when it comes to Python templating. It lets you integrate Python into your HTML with syntax that looks kind of like: ```html Hello, {{...
### Feature description view.py only supports serving HTTP servers, but at this day in age, nearly all servers deploy with SSL. Generally, the deployment service handles SSL, but since most...