23 Matching Annotations
  1. Last 7 days
    1. By ByteBot Share TanStack Start hit Release Candidate status in early 2026 as a full-stack React framework that challenges Next.js’s dominance with a radically different philosophy: client-first, not server-first. Built on TanStack Router, Vite, and Nitro, it delivers server-side rendering, streaming, and server functions without forcing developers into the server-centric mental model that’s become React’s default. If Next.js’s opinionated approach or React Server Components feel heavy-handed, TanStack Start offers breathing room.
  2. Mar 2023
    1. When you call 'foo' in Ruby, what you're actually doing is sending a message to its owner: "please call your method 'foo'". You just can't get a direct hold on functions in Ruby in the way you can in Python; they're slippery and elusive. You can only see them as though shadows on a cave wall; you can only reference them through strings/symbols that happen to be their name. Try and think of every method call 'object.foo(args)' you do in Ruby as the equivalent of this in Python: 'object.getattribute('foo')(args)'.
  3. Mar 2021
  4. Feb 2021
  5. Dec 2020
    1. However, Svelte isn't React or Vue or any other framework, the same approach will not always work and given that Svelte has very different constraints and approach that works well in another framework is not suitable with Svelte. Trying to apply approaches use with other frameworks to Svelte will invariably end in frustration.
  6. Oct 2020
  7. Sep 2020
    1. I’ve seen some version of this conversation happen more times than I can remember. And someone will always say ‘it’s because you’re too used to thinking in the old way, you just need to start thinking in hooks’.

      But after seeing a lot of really bad hooks code, I’m starting to think it’s not that simple — that there’s something deeper going on.

  8. Apr 2020