Skip to content

Commit

Permalink
docs for components sharing state (#571)
Browse files Browse the repository at this point in the history
* docs for components sharing state

* Add new line to end of file

* Update docs/source/adding-interactivity/components-sharing-state/_examples/filterable_list/data.json

* Update docs/source/adding-interactivity/components-sharing-state/_examples/filterable_list/data.json

* Update docs/source/adding-interactivity/components-sharing-state/_examples/filterable_list/data.json

* Update docs/source/adding-interactivity/components-sharing-state/_examples/filterable_list/data.json

* Update docs/source/adding-interactivity/components-sharing-state/_examples/filterable_list/app.py

* Update docs/source/adding-interactivity/components-sharing-state/_examples/filterable_list/app.py

* Update docs/source/adding-interactivity/components-sharing-state/_examples/filterable_list/data.json

* making syncedinputs an example, moving to managing-state

* fixing isort import issue in shared-component-state examples

* fixing link references

* fixing docker build by upgrading npm and fast-json-path

* Update noxfile.py

Co-authored-by: Alessio Civitillo <@acivitillo@dyvenia.com>
Co-authored-by: Ryan Morshead <[email protected]>
  • Loading branch information
3 people authored Feb 19, 2022
1 parent 3748f38 commit e8ae05a
Show file tree
Hide file tree
Showing 10 changed files with 344 additions and 65 deletions.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app/
# --------------
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install -yq nodejs build-essential
RUN npm install -g npm@7.13.0
RUN npm install -g npm@8.5.0

# Create Python Venv
# ------------------
Expand Down
Loading

0 comments on commit e8ae05a

Please sign in to comment.