tavanogui
How to use `f-partial` from Fresh?
As I have replace default at parent Partial, the "append" inside is being ignored and replaced too.
If I have:
And fetch a page with:
I expected that parent partial replace the content and nested partial append, new page like:
29 replies
How to use `f-partial` from Fresh?
can we do that with a different mode at nested Partial?
<Partial name="modal">
<Partial name="modal-content" mode="append">
<p>here is cool content</p>
</Partial>
</Partial>
I am trying to do that, but looks like that nested partials are ignored. My route at <a>-tag is entire page, should it work or just if I have a route that brings my nested partial?29 replies
How can I access req object inside a render() function from fresh plugin?
nice! started something here: https://github.com/denoland/fresh/pull/2224
11 replies
web based cms
Hey @alex-009
I just saw your thread now, we are working on a CMS based on deno + fresh here at https://deco.cx/
4 replies