Can I use this with plain html on the client?
That, can I use this with plain html on the client, without the need of react, solid, next, etc. component?
And how could I do it, do I need to do something especial? how do I send the request to the server.
2 Replies
Yes you could with just like fetch in script tags or something for fetching data but for anything where you need to be doing data fetching and stuff it's probably worth using a framework or at least a library like react to help
Just use Astro in that case. The T3 stack is specifically a NextJS template