denoland / fresh

The next-gen web framework.
https://fresh.deno.dev
MIT License
12.42k stars 641 forks source link

Add examples of Fresh "with-x-library" with the goal to drive adoption #712

Open kwnath opened 2 years ago

kwnath commented 2 years ago

Summary

Just as a first time user I've found it difficult to know how to use libraries that I'm used to using coming from Nextjs or other frameworks. For me, it would be useful to have quick examples of how to integrate a library into my project and quickly decide whether this is the framework for me without having to fiddle with configurations and caveats that might turn me away from Deno.

Essentially it would be nice not to have example websites but to have examples with x library, similar to what https://github.com/vercel/next.js/tree/canary/examples has on folders prefixed with with-

It's definitely not an immediate action that needs to be taken, would love to hear thoughts on this!

xstevenyung commented 2 years ago

It would make sense to wait until Deno has better support for NPM (which should come soon) before trying to create examples, as they will be likely to change.

But great idea overall, it would definitely drive newcomers to adopt Fresh / Deno