-
# Feature Request
Make futurism VC-proof
## Is your feature request related to a problem?
It would be nice to be able to futurize VC just like partials.
-
## Feature request
Provide an interface for rendering view components outside the context of a request-response cycle (e.g without depending on a controller or view context).
### Motivation
Rail…
-
#### Description
To enhance the flexibility and usability of PhlexUI components, I propose adding ViewComponents and Helpers wrappers. This will allow developers to use PhlexUI components with Phle…
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
10.4
### Bug summary
We have an Umbraco site that also uses Okta for user management. We have several Um…
-
### Problem
Our benchmarks show that ViewComponents can be _much_ faster than traditional Rails partials. This is a bold statement. When making it, we should also provide an explanation of why this…
-
### Summary
The current `cpp-lib` template targets a new (turbo) module. We also need to support new View Components
### Motivation
Some people will need to create custom ViewComponents.
### Basic…
-
Class names in C# allow extended letters like ÅÄÖ. When using pascal casing and a new word begins with an extended letter like `TestÄa` the generated markup is wrong.
Steps to reproduce:
1. Create…
-
### Steps to reproduce
1. Define a view component with a default example_component.html.erb template and an example_component.html+custom.erb template
2. Render the component from a turbo stream req…
-
## Feature request
It would be lovely if we could support rendering ViewComponents in Jekyll, as it would enable the reuse of ViewComponents across static and dynamic (Rails-based) sites.
### Mo…
-
My apologies if this is simple to do but I have searched for the last few days now and I can't figure it out.
Usually in a Razor page one would have code to invoke a ViewComponent
@await Component…