Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Remove built-in vtk imports

Aperta
#81 3 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
2/5
Tempo stimato
1-3 ore
Idoneità per principianti
42/100
Tipo di issue
Refactoring
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
react, typescript
Ambito
frontend

Direzione di ricerca

Start with the imports in src/index.js at the linked line and inspect how the library currently brings in vtk.js assets. Check how consumers import components and determine what must remain available without built-in imports. Done means unnecessary assets are no longer imported by default and consumers can import what they need.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Right now this import is importing many heavy assets that are not always necessary.

https://github.com/Kitware/react-vtk-js/blob/master/src/index.js#L2

It'd be great if the library didn't import them and let the consumer import what they need.

Lingua principale
TypeScript
Stelle
86
Fork
24
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di Kitware/react-vtk-js

Tutte le issue di Kitware/react-vtk-js

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.