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
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.
The text was updated successfully, but these errors were encountered:
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, andwriteElm
, 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.The text was updated successfully, but these errors were encountered: