Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ display(variable, target="folium")

## Documentation

[Documentation](https://py4js.github.io/pyscript-react)
[Documentation](https://py4js.github.io/pyscript-react/docs/intro)

`we are working on it... 🐢`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Specific module installation

# Installation of the specific module type

By default, PyScript-React uses [UMD](https://www.typescriptlang.org/docs/handbook/declaration-files/templates/global-plugin-d-ts.html#umd) version of code. In this package we can access diffrent module types. For example, if we would like to use [ESM](https://tc39.es/ecma262/#sec-modules), we can add to import a post-fix after the library name.
By default, PyScript-React uses [UMD](https://www.typescriptlang.org/docs/handbook/declaration-files/templates/global-plugin-d-ts.html#umd) version of code. In this package we can access different module types. For example, if we would like to use [ESM](https://tc39.es/ecma262/#sec-modules), we can add to import a post-fix after the library name.

Example:

Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/get-started/concept.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Concept

# Concept

PyScript-React builds to diffrent module types. By default it uses [UMD](https://www.npmjs.com/package/pyscript-react-umd).
PyScript-React builds to different module types. By default it uses [UMD](https://www.npmjs.com/package/pyscript-react-umd).

Folder structure

Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ title: Introduction

# Introduction

PyScript-React is a wrapper around [PyScript](https://github.com/pyscript/pyscript) for [React](https://github.com/facebook/react). Idea behind that library is to simplify process to embed PyScript in our React application.
PyScript-React is a wrapper around [PyScript](https://github.com/pyscript/pyscript) for [React](https://github.com/facebook/react). The Idea behind this library is to simplify the process of embedding PyScript in our React application.

## Why PyScript-React?