0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python760 stars (760 stars)70 forks (70 forks)batch import
good first issue
Description
For example: https://github.com/talyssonoc/react-katex
Contributor guide
- Tech stack
- pythonreactjavascripthtmlcss
- Domain
- full stack
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- PythonReactBowtie internals
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Research how to create a custom widget in Bowtie by examining existing widget examples in the codebase. Understand the API of react katex to integrate it as a React component. Determine the mechanism for embedding React components within a Python dashboard framework, possibly via a custom HTML template or widget class. Provide a proof of concept implementation.