Sukirno
Sukirno
- Loose tsconfig.json configuration - Rename .js to .tsx - Change presentational React Component to Functional --- Hey, I'd like to propose this to implement TypeScript for the React frontend....
Me trying to fix #2599
I'm trying to upgrade my project using [email protected]. Right now if I run the dev server, the static CSS file is incorrectly transformed and it's broke the statement. It is...
I try using vite-plugin-pwa to handle generating service worker for a Fresh project. After build the project i've checked that the plugin successfully generated the service worker into `_fresh/client/sw.js` but...
Hi, i'm using Fresh with daisyUI in my project, the Tabs component are detecting if a tab is active using some prop in it's element. The `setActiveLink` currently only check...