Masters
Masters
Hi there 👋 I implemented support for styled-components, emotion, and others in [ReactJS.NET](https://github.com/reactjs/react.net) [Styled components example](https://github.com/reactjs/React.NET/blob/5b0ed48b1dffb03a9574c2a688014e9221d5a5c0/src/React.Core/RenderFunctions/StyledComponentsFunctions.cs) During server render, [this](https://github.com/reactjs/React.NET/blob/15227160a3eb415c12766d5f03bec2790a375dd9/src/React.Core/ReactComponent.cs#L143) is where the custom render functions get invoked. Some documentation...
For those running into this issue, here's what I did to get this to work with the new HostBuilder on netcoreapp3.1. Some of this was taken from [Autofac's docs](https://autofaccn.readthedocs.io/en/latest/integration/aspnetcore.html). Program.cs:...
Nope, sorry. I do this in my free time (unpaid) and haven’t had the motivation to come back to it in a while. :) If you do find a fix...
Thanks, it might be a little bit before i can get to this but I’ll take a look! On Thu, Nov 19, 2020 at 1:34 PM, Václav Holuša wrote: >...
Sorry - some personal stuff has come up, I won’t be able to look at this for a while :( On Sun, Jan 17, 2021 at 13:50, Václav Holuša wrote:...
Try setting `publicPath` in `webpack.config` https://github.com/reactjs/React.NET/blob/b97f80cb029e0863e64468e45af67655be315af9/src/React.Template/reactnet-webpack/webpack.config.js#L10
Yeah makes sense. In that case we can probably add an option to ReactConfiguration that allows customizing the root path that the scripts are loaded from server side. It is...
Would you be open to sending a PR to support this use case? On Sun, Jul 12, 2020 at 14:21, Dustin Masters wrote: > Yeah makes sense. > > In...
As mentioned in the other thread, the library wasn’t really designed to be used like outside the domain root. However it’s something we’d like to support! Given that we work...