Wybthon v0.21.0: Props are Pythonic, Fragments are invisible, and new reactive primitives for equality control, async ownership, and children memoization bring the API to near-full SolidJS parity. github.com/wybthon/wybt...
Posts by Wybthon
Just shipped Wybthon v0.20.0. #BuildInPublic
Wybthon v0.20.0: New list primitives map_array, index_array, and create_selector bring fine-grained reactivity to collections, while rewritten For, Index, and Show scopes ensure automatic cleanup on every transition. github.com/wybthon/wybt...
Wybthon v0.19.0: A SolidJS-style ownership tree replaces flat cleanup stacks, giving components automatic lifecycle management and ownership-based context propagation. github.com/wybthon/wybt...
Wybthon v0.18.0: Flow controls gain isolated reactive scopes and lazy evaluation, so only the relevant subtree rerenders when a tracked condition or list changes. github.com/wybthon/wybt...
Wybthon v0.17.0: create_store and produce close the biggest remaining API gap with SolidJS, adding per-path reactive signals and ergonomic batch mutations for nested objects and lists. github.com/wybthon/wybt...
I’m building a front-end framework. In Python. That runs in the browser. #BuildInPublic github.com/wybthon/wybt...
This app has no backend. No JavaScript either. It’s 100 percent Python running in the browser with SolidJS-style signals and reactive components. #BuildInPublic github.com/wybthon/wybt...
Wybthon v0.16.0: Component props become reactive getters backed by signals, bringing Wybthon’s component model closer to SolidJS’s signals-first philosophy. github.com/wybthon/wybt...
Wybthon v0.15.0: A function-only component model, SolidJS-style control-flow primitives, and new reactive utilities bring the framework closer to its “SolidJS for Python” vision. github.com/wybthon/wybt...
Wybthon v0.14.0: SolidJS-inspired signals replace React-style hooks with create_signal, create_effect, create_memo, on_mount, and on_cleanup; function components now run once and rerender only when tracked signals change. github.com/wybthon/wybt...
Wybthon v0.13.0: Seven focused submodules and dev-mode error reporting replace the monolithic VDOM, making the rendering core easier to navigate, debug, and extend. github.com/wybthon/wybt...
Wybthon v0.12.0: A new component() decorator turns props dictionaries into typed keyword arguments, making function components feel native to Python. github.com/wybthon/wybt...
Wybthon v0.11.0: Five core React primitives bring memoization, portals, ref forwarding, reducers, and synchronous layout effects to Python components. github.com/wybthon/wybt...