Zaid-Ajaj / Feliz

A fresh retake of the React API in Fable and a collection of high-quality components to build React applications in F#, optimized for happiness
https://zaid-ajaj.github.io/Feliz/
MIT License
534 stars 78 forks source link

ReactMemoComponent attribute and displayName #561

Closed lukaszkrzywizna closed 1 year ago

lukaszkrzywizna commented 1 year ago

Currently, using ReactComponent causes generating component with displayName set to component's name (JS function name): image However, this is not the case for ReactMemoComponent image

Regarding https://julesblom.com/writing/component-displayname Feliz would have to:

Is this something possible to implement?