reactive-python / reactpy

It's React, but in Python
https://reactpy.dev
MIT License
7.82k stars 317 forks source link

Document the importSource key in the VDOM spec #304

Open rmorshea opened 3 years ago

rmorshea commented 3 years ago

This is not documented yet, and it needs to be. The importSource key comes from this data structure: https://github.com/idom-team/idom/blob/230794350d6a80457f15bf3d5e47f2794bbaef5c/idom/core/vdom.py#L10-L12

rmorshea commented 3 years ago

This is partially resolved by: https://github.com/idom-team/idom/pull/308

We should still explain what the source and fallback are.