view.py icon indicating copy to clipboard operation
view.py copied to clipboard

The Batteries-Detachable Web Framework

Results 61 view.py issues
Sort by recently updated
recently updated
newest added

### 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...

improvement
cli
delayed

### 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
advanced
api
cli

### 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....

feature
api

### 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...

docs
improvement
delayed

### 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. ###...

docs
improvement
delayed

### 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...

hot
crash
complex
c api

### 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...

feature
cli

### 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
complex
api
delayed

### 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...

feature
api
delayed