deno-tailwind-ui-react-example
deno-tailwind-ui-react-example copied to clipboard
An example of how you can use Tailwind UI and React with Deno
Currently if you click the invalid or negative post links with javascript disabled, it will return an internal server error. That's because error boundaries do not work on the server...
This issue was introduced when I switched to using oak. Once the following issue is resolved, update oak. If deno deploy updates first to support Deno.stat(), this issue can be...
https://testing-library.com/docs/react-testing-library/intro/
https://reactjs.org/docs/code-splitting.html I think for this, the import paths will need to be relative paths to the bundles for components that are lazy loaded. I'll need to update the make command...
Sometimes the browser may refresh when the application isn't listening. Use server sent events to detect when server stops and disable triggering reloads until the server has restarted. Add document...
Currently the form will only show errors with javascript enabled. If you disable javascript and submit the form to create a new post, it will return an internal server error...