Mario - Unbiased Dev
Mario - Unbiased Dev
``` const minify = require("html-minifier-terser").minify; console.log( minify( 'Test', { collapseBooleanAttributes: true } ) ); ``` result > `Test` expected result > `Test` Are my expectations incorrect?
Hi, I was looking into trpc and saw that you have a remix-adapter. The readme minimal setup is very confusing for me. Would you be able to create an example...
The feature of ` ... ` is that when the action is triggered, the client stays on the page, and after the action finishers the loader is triggered, so you...