You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be awesome have an example of usage of this package together with cra (create-react-app). I could help with the ssr/server part of this, if needed.
The text was updated successfully, but these errors were encountered:
No CRA does not have built-in SSR support, much like it does not have redux, etc. I am happy to contribute SSR part, along with some type of state management, like redux-thunk or redux-saga.
Sorry for not being clear, I guess... If was to PR a CRA-made example app, along with state management and SSR, would you be willing to show how to integrate your CSS inlining? I believe that it could be very helpful to anyone still using CRA and even other starter packages, like react-boilerplate.
Would be awesome have an example of usage of this package together with
cra
(create-react-app). I could help with thessr
/server part of this, if needed.The text was updated successfully, but these errors were encountered: