my-site icon indicating copy to clipboard operation
my-site copied to clipboard

Personal playground for tinkering with stuff; contains the code for jackyef.com

Results 8 my-site issues
Sort by recently updated
recently updated
newest added

Notable things: - @next/font - Use the new `app` dir structure (RSC) - Consider using Turbopack on dev. (Probably require removing the webpack customization we have)

We have started to use framer-motion in this site. It doesn't make sense to have it and react-flip-kit at the same time. Let's remove react-flip-kit and update its usages to...

Had an idea to add likes count with supabase, but I probably will not merge this, but just leaving this here as a reference and keep the existing WebMention approach...

wontfix

Because the problem with radix ui has been fixed https://github.com/preactjs/preact/issues/3297#issuecomment-1206394464

https://github.com/windicss/windicss Update: This might be redundant now that we have #45 merged, but let's keep this open for a bit before deciding. Update 2: https://twitter.com/antfu7/status/1372302650671177728 All the more reason to...

As the number of posts start increasing, a pagination will be needed to avoid loading too many stuffs initially.