Just released Tailwind Config Viewer v1.5.0 🎆
✅ Customize the default typography sentence
✅ Now displays the equivalent pixel value for any rem value
✅ Side nav indicates current visible config section
#tailwindcss
https://t.co/zHoc8ziTFg
@MattieTK@Cloudflare This is promising! There is room to take the best parts of WP and innovate on them a bit. Not sure we need the old widget and menu slices of functionality etc. Here is a preview of a NextJS WP I was working on trying to simplify/improve the block editor.
@jpschroeder Super cool! Was playing with arrow JS the other day and was impressed. Is there a concept similar to react hooks in arrow? Was trying to encapsulate reusable mouse position tracking that would return a reactive with x and y props
@ImSh4yy Experimenting with Tanstack Router as SPA in Astro using Astro actions for rpc. Astro components/pages for the marketing site and /dashboard/* for the spa. Been great so far.
@cdils Without.
To handle header / footer as blocks, we have an acf options page to select which reusable block/pattern post (from block post type) to slot into the header/footer area of the theme.
@mikekarnj If married and can live off of 94k/yr (123k w standard deduction) long term cap gains will be taxed at 0% federal (state tax varies). 123k needs ~3m to sustain for 50yrs. Most couples or small fams who aren’t into material things should do well with 123k/yr. Esp. In LCOL areas.
@tommyvedvik@get_dave@richtabor 💯. I've wondered the same. ACF Blocks approach has always seemed to be the cleaner, simpler, less boilerplate-y approach to me which is why we still use it vs vanilla React based blocks. I don't want to write React code to get edit controls...I want to write config instead.
@pushinpokey@JCParking That is what the woman at the PA said to me. Im sure they were giving out tickets for other parking regulations. I always hear the street sweeper ticket agent blowing their horn which definitely did not happen yesterday.
@strzibnyj At v1.6 now. https://t.co/DMA6JnT4Pg (also similar to Astro islands) are at the heart of what makes it possible to keep using the same component model as your SSR'd components when needing to add client interactivity. Still needs more backend pieces to catch up to rails though.