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
Your solution is good, and it works really well, so good job. I was wondering if you could think of a way to do everything on the server without having to load a blank page and then fetch posts using client-side JS?
Hint: remember we can create HTML strings on the server using template literals
`<h1>Hello ${name}</h1>`
The text was updated successfully, but these errors were encountered:
I feel like I wasn't complimentary enough here: it's really cool that you figured out how to serve JSON from your own server and request it from the client (since we never covered that in any workshops)
https://github.com/fac19/week4-harl/blob/master/public/homepage.js
Your solution is good, and it works really well, so good job. I was wondering if you could think of a way to do everything on the server without having to load a blank page and then fetch posts using client-side JS?
Hint: remember we can create HTML strings on the server using template literals
`<h1>Hello ${name}</h1>`
The text was updated successfully, but these errors were encountered: