ReactPy static site generation (SSG)

Đang mở
#1,272 0 bình luận 2 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
30/100
Loại issue
Tính năng
Độ rõ ràng
Cần làm rõ
Mức độ hoạt động
Đình trệ
Công nghệ
bun, python, react
Lĩnh vực
cli, frontend, tooling, web-dev

Hướng nghiên cứu

Start by reviewing the client-side components introduced in PR #1269 and the proposed reactpy CLI and reactpy.pyscript API boundaries. Done means defining and implementing a path from *.py or Jinja-compatible *.html inputs to equivalently named static pages in the requested output directory, including the stated base URL behavior.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

priority-2-moderate
Current Situation

Now that we have client side components, it is now technologically possible for ReactPy to be compiled into a static site / flatpage(s).

Proposed Actions

Create some sort of reactpy CLI (or maybe a Bun plugin?) that allows ReactPy to be compiled down into flatpage(s).

This function should compile client-side components *.py files into equivalently named *.html files. Alternatively, if the user provides a glob pattern with *.html, these templates are assumed to be Jinja compatible.

For example, a CLI command might looks like this:

reactpy ssg "glob_pattern/to/my_components_*.py" --outdir "dist/" --base_url "example/"

We should also have a Python API equivalent for people wanting to perform SSG via scripts. It might look like this:

from reactpy.pyscript import compile_static_site

compile_static_site( "glob_pattern/to/my_components_*.py", outdir="dist/")
Ngôn ngữ chính
Python
Star
8.1k
Fork
332
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của reactive-python/reactpy

Tất cả issue của reactive-python/reactpy

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.