-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap #563
Comments
Hi @lucacasonato, what do you have in mind for Lazy loaded islands? I would like to work on this feature.
|
@pazguille See #565 |
@lucacasonato is there any plan for creating a library or extension for testing the UI components? Or it should be another project separate for testing UI components? |
I think having a better testing story would be good. Please open a separate comment if you have ideas. |
hi @lucacasonato , I want to be responsible for i18n supporting, can you be my mentor? this is my rfc for i18n : rottenpen@e208eef
|
Something like Fluent that supports more natural-sounding translations might be a good fit as well. |
@rottenpen Can you open a separate issue so we can discuss it there? |
maybe this is a killer feature |
God, please, no more jsp-like things. |
Hi! Is there a plan for prefetching of routes? https://web.dev/route-prefetching-in-nextjs is a good explanation of how this is implemented in Next.js. |
@Industrial For route prefetching we’d probably need client-side routing first… #287 |
@rottenpen @jed1976 in the meantime for i18n, I created a fairly simple translation plugin :) |
Hi @Industrial , I've developed a small fresh plugin for adding nextjs-like prefetching using Google's quicklink library. Check it out at: https://deno.land/x/prefetch |
This means something similar to how tRPC can be used with NextJS, correct? Like how it's used in create-t3-app. If so, this would be awesome! |
lmao, this lib is dead af, almost every commit since October last year has been showcase additions |
"Hey guys look at me, I make nothing and everyone should give me the best and latest shit for free and make it snappy or else my face goes :(" Where is your "lib"? Mine is here, I think it was a good attempt, and I learnt a lot from UltraJS: https://github.com/Industrial/reflex This is another one in the deno space: https://ultrajs.dev/ |
Regarding session handling. I just made a prototype of it. Please check my gists https://gist.github.com/arisris/05284be5e78649b7a11eb443e22ee615 . Is that the concept? |
This is a tricky question to ask, as it risks being another of the 'any updates?' comments that plague gh issues and (worse) spam so many of us subscribing to them. Due apologies to anyone subscribed here who dislikes this kind of comment. But then again this issue is explicitly a roadmap, so I think it's fair to ask here, given the relative paucity of recent substantive progress in the repo as a whole, whether the overall intent for Fresh is still something along the lines specified in this roadmap? Taking it as a given that there are no guarantees, it would be useful to have some feedback about the current level of commitment towards maintaining and enhancing Fresh. |
I was recently looking for a way to use shared context in Fresh so that the About i18n. |
Hi, @lucacasonato
And a suggestion to add compression support like GZIP |
Closing this as we're switching to a monthly iteration plan. The current plan at the time of this writing can be found here #1485. |
This issue exists as a continually growing roadmap for fresh. It is a rough outline of the features I want to add to fresh in the future. Features are seperated into two sections: short term (within the next month), and longer term (further than 1 month out).
Short term
<Head>
and instead allow<head>
anywhere in the component treeLonger term
Done
The text was updated successfully, but these errors were encountered: