-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render more content, inlined #88
Conversation
related to #43 |
I'm definitely not having the best developer experience when trying to hack on the express server (not the UI components). It seems like new routes aren't being mapped properly. |
@rgbkrk is it express stuff or the way |
Mostly the way the commuter server structure is laid out I think. #80 is related here, since running them together is easy to get started yet hard to iterate on either the server or the react app. |
Aside from the DX, here's what I'm trying to do (some of which is done):
|
Alright, back on this with some renewed perspectives after trying out next. Likely going to eject from react scripts to control the proxy more programmatically. |
when in dev mode the webpack dev server and create react app are in front anyways
This is working quite well now, all the way to rendering relative assets. However, in dev mode relative assets won't work -- they need to be able to hit the |
I'll get tests fixed up next. |
I've combined our overall Contents rendering into one component.
/view/
and/files
endpoints/view/
on non-html, non-notebook to/files/
.