Feliz.ViewEngine icon indicating copy to clipboard operation
Feliz.ViewEngine copied to clipboard

Feliz DSL and engine for HTML generation and server side rendering (SSR)

Results 9 Feliz.ViewEngine issues
Sort by recently updated
recently updated
newest added

a la https://developer.mozilla.org/en-US/docs/Web/API/DragEvent/dataTransfer ... which appears to be necessary to get drag-and-drop to work. Is this something that a new contributor might be able to add, like someone with F#...

i need now to specify TR as Children elements, else i get a type mismatch error, probably the default inferred signature has changed to the wrong one in latest versions...

PR welcome

I'm having trouble calling ```fsharp prop.style [ style.borderBottom (1, style.borderStyle.solid, "#888") ] ``` due to ``` error FS0041: No overloads match for method 'borderBottom'.Known types of arguments: int * Styles.IStyleAttribute...

When using `Bulma.input.text` it seems I cannot set properties. Am I doing something wrong here? ```fsharp Bulma.input.text [ prop.name "theName" prop.placeholder "a placeholder" ] |> Render.htmlView // Outputs: without 'name'...

To avoid that Ionide chokes on ReactElement being different between client and server.

I have a code base written mostly in Fable.React. I'm interested in using Feliz & Feliz.ViewEngine. However, my existing code is using Fable.React's ReactDomServer to perform SSR. Adding Feliz, I...

question

So we don't have to generate the full string. - https://www.stevejgordon.co.uk/using-the-bodyreader-and-bodywriter-in-asp-net-core-3-0 - https://docs.microsoft.com/en-us/aspnet/core/fundamentals/middleware/request-response?view=aspnetcore-3.1 - https://devblogs.microsoft.com/dotnet/system-io-pipelines-high-performance-io-in-net/

enhancement

What needs to be ported and fixed before v1: - [x] Colors - [x] Fonts - [x] TextDecorationLine - [x] TextDecorationStyle - [ ] Transform - [ ] TransitionProperty -...

* https://hamy.xyz/labs/2024-02_fsharp-html-dsl-long-page-benchmarks * https://hamy.xyz/labs/2024-02_fsharp-html-dsl-deeply-nested-benchmarks seems somehow Feliz is not as performant as Giraffe and Falco, just wonder if there is simple improvements that could be made maybe with help of...