deno-tailwind-ui-react-example icon indicating copy to clipboard operation
deno-tailwind-ui-react-example copied to clipboard

An example of how you can use Tailwind UI and React with Deno

Results 6 deno-tailwind-ui-react-example issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

https://testing-library.com/docs/react-testing-library/intro/

enhancement

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...

enhancement

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...

enhancement

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...

bug