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
If I still using Swift server side, on first load, it will need to show news, update, etc. I have to retrieve from DB and it will pass to server side template for rendering.
For Svelte to work, I would have to compile with Svelte first before porting to server side to add more coding on the home page?
The text was updated successfully, but these errors were encountered:
Server-side rendering (SSR) and progressive enhancement are on the TODO list – #1. Realistically, you would need a Node backend because Svelte components contain JavaScript – it's unlikely you'd be able to render them in Swift.
If I still using Swift server side, on first load, it will need to show news, update, etc. I have to retrieve from DB and it will pass to server side template for rendering.
For Svelte to work, I would have to compile with Svelte first before porting to server side to add more coding on the home page?
The text was updated successfully, but these errors were encountered: