Talha Mujahid
Talha Mujahid
Hi Animesh, Thank you for your thoughtful suggestions! Styling: Since Sonnet uses Vite.js as a foundation, it has great flexibility with styling solutions, ranging from Sass and CSS-in-JS to Tailwind...
I completely agree with you! Let’s explore some ways to make Sonnet even better.
npx create-sonnet-app
As far as template literal is concerned I am also bit conscious about that not because code completion issue, because this can be acheived using different extensions but I am...
you can create vite.config.js file as well if you need some customization for basic configuration you don't need vite.config.js file. I'm looking into it how solid does this stuff, we...
the reason for using imperative programming over declarative, I don't want to use any runtime compiler like react does. I am experimenting some stuff related to signals here https://github.com/htmujahid/barebone-reactivity Again...
The server-side implementation is currently experimental. Ideally, when persisting theme state using cookies, the server should read these cookies during the request lifecycle and render the HTML accordingly based on...
can you please open pr in sonnet docs to fix this
Thank you for raising this issue