This library wraps the macromolecular visualisation tool Molstar for both dynamic styling and interactivity in the context of larger React projects, due to its support for TypeScript and Strict Mode.
Whilst there is an existing molstar-react, the version of molstar required is a few versions behind, and uses typed Javascript rather than Typescript.
Upcoming work:
- Further documentation.
Install the dependencies:
npm installStart the dev server, and the app will be available at http://localhost:8080.
npm run devBuild the app for production:
npm run buildPreview the production build locally:
npm run previewTo learn more about Rspack, check out the following resources:
- Rspack documentation - explore Rspack features and APIs.
- Rspack GitHub repository - your feedback and contributions are welcome!