IDOM – It’s React, but in Python

IDOM is a new declarative Python package for building highly interactive user interfaces. Read more

Similar

Simple full-stack data loading for React

React provides no built-in way to do data loading - it's left for you to implement. Doing this is tricky in a React app that uses server side rendering (SSR) because client and server rendering work quite differently: Client render is async so data can be... (more…)

Read more »