Skip to content
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

Move the server-side rendered views out into a separate file #12

Open
eeue56 opened this issue Feb 12, 2016 · 0 comments
Open

Move the server-side rendered views out into a separate file #12

eeue56 opened this issue Feb 12, 2016 · 0 comments

Comments

@eeue56
Copy link
Owner

eeue56 commented Feb 12, 2016

Right now, we have files like this one - https://github.com/NoRedInk/take-home/blob/master/instance/server/Client/StartTakeHome/Views.elm which contains views which are both used with writeNode, which is the server-side rendering call, and writeElm, which sends things down with an attached Elm runtime. They should be in a separate file, so it's clear which ones are server-side rendered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant