Set page title
#400
|
Is there a way to either set the page title from within idom or pass my own index.html? The latter would be a more extensible solution IMO. |
Answered by
rmorshea
Jun 15, 2021
Replies: 1 comment
|
I think this issue captures the request more generally: #253 I'm not completely sure what I want to do here though. While this level of customization seems completely reasonable, I'll have to think about how to draw the line between slight customizations, and changes that ought to require you to implement your own client. The latter wouldn't be a huge problem though since you'd be able to use the |
0 replies
Answer selected by
rmorshea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think this issue captures the request more generally: #253
I'm not completely sure what I want to do here though. While this level of customization seems completely reasonable, I'll have to think about how to draw the line between slight customizations, and changes that ought to require you to implement your own client. The latter wouldn't be a huge problem though since you'd be able to use the
idom-client-reactJS library.