anggoran
Writing CSS in Fresh
Are there any alternatives in how we write CSS other than Tailwind-like (inline & abbreviated)?
I personally like the normal key-value & scoped styling. But it seems that tool like styled-components is an anti-pattern to Fresh.
2 replies
Partial with Forms
I'm currently working in a quiz-like app. I want to make 2 states, not answered and answered, which replace each other. I'll see a quiz, then fill the answer, next get the solution, and finally continue to the next quiz.
I've seen that we may achieve this by:
https://deno.com/blog/fresh-1.6#partials-with-forms
But I could't seem to understand it
15 replies
Passing Data in Fresh
As a context, I'm currently making a quiz-like page.
I have a page that GET a quiz_id when opened.
In the page I fill some inputs as the answer.
After that, I want to submit the answer, along with quiz_id to get the solution from other table.
Since Fresh uses <form> to send data, then how to send the quiz_id?
Should I just make a hidden input?
17 replies
Using ZeroMQ from NPM
Anyone got fixed the same error as this issue? https://github.com/denoland/deno/issues/18345
1 replies
deno_python
I'm trying to use Python with Deno with https://deno.land/x/python@0.2.7
What should I do to enable import Python 3rd party module, should I create Python venv?
15 replies