From 807b14fd405da639d3aa1d1c25e6a6c8b773c839 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Tue, 26 May 2020 15:00:57 +0530 Subject: [PATCH] Add link to react example in extension-examples repo --- docs/source/developer/virtualdom.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/developer/virtualdom.rst b/docs/source/developer/virtualdom.rst index 1687ff5c4d6d..c41c03e3b61a 100644 --- a/docs/source/developer/virtualdom.rst +++ b/docs/source/developer/virtualdom.rst @@ -46,6 +46,9 @@ The `running component `__ use both of these features and serve as a good reference for best practices. +There is also a `simple example `_ making +a Lumino react widget in the JupyterLab `extension examples repository `_. + We currently do not have a way of embedding Lumino widgets inside of React components. If you find yourself trying to do this, we would recommend either converting the Lumino widget to a React component or using a Lumino widget for the outer layer component. We follow the `React documentation `__ and