from Hacker News

Isograph 0.2.0 – component fields, compiler watch mode, loadable fields and more

by rbalicki on 9/12/24, 6:34 PM with 1 comments

  • by rbalicki on 9/12/24, 6:34 PM

    This is the biggest release of Isograph yet, and with this release, Isograph is capable of doing many things in userland that (in other frameworks) are complicated and require framework integration:

    - Relay 3D/match (load only JS for the types of objects you encounter), which is also what made the FB newsfeed load so fast - @defer, but without requiring server support - Relay entrypoints, also without requiring server support

    As well as more commonly used patterns like pagination!

    This also includes compiler watch more, automatic typing, etc. that substantially improve DevEx. Now is a great time to give it a try!