Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Add an example of a project using Rspack #478

Closed
tbouffard opened this issue Mar 13, 2023 · 1 comment · Fixed by #601
Closed

[FEAT] Add an example of a project using Rspack #478

tbouffard opened this issue Mar 13, 2023 · 1 comment · Fixed by #601
Assignees
Labels
enhancement New feature or request hacktoberfest Can be done during the Hacktoberfest
Milestone

Comments

@tbouffard
Copy link
Member

tbouffard commented Mar 13, 2023

See https://github.com/web-infra-dev/rspack: rust based bundler, developed by ByteDance

Note that on 2023-03-13: Rspack is in alpha and is not production ready.

This project is new and under active development. Although Rspack can already successfully bundle real world projects, its APIs are not yet stable,

But this will ensure that projects using Rspack can integrate bpmn-visualization seamlessly, like for #423.

Contribution guidelines

  • first, post a comment to mention you are interested in contributing, then you will be assigned to the issue
  • we prefer TypeScript projects
  • store it in a sub-folder of the projects directory
  • choose use case
    • It can be a basic integration that simply displays the diagram, or use an API as we do in the "projects" showing how to integrate bpmn-visualization with build tools and bundlers.
    • It is perfectly valid to provide a contribution using the framework starter kit.
    • It can include dedicated use cases, as Angular or Vue integrations do.

In any case, please communicate with the maintainers of this repository (with this issue) about what you want to implement (especially the use case) to make sure we're aligned on this.
This will speed up the review and final integration into the examples.

@tbouffard tbouffard added the enhancement New feature or request label Mar 13, 2023
@tbouffard tbouffard added the hacktoberfest Can be done during the Hacktoberfest label Sep 27, 2023
@tbouffard tbouffard self-assigned this Sep 8, 2024
@tbouffard tbouffard added this to the 2024 Q3-Q4 milestone Sep 8, 2024
@tbouffard
Copy link
Member Author

ℹ️ The project will be built with Rsbuild, see #601.

Form the Rspack getting started:

Rsbuild is a high-performance build tool powered by Rspack and developed by the Rspack team. It provides a set of thoughtfully designed default build configs, offering an out-of-the-box development experience and can fully unleash the performance advantages of Rspack.
We recommend using Rsbuild to create new projects.

@tbouffard tbouffard changed the title [FEAT] Add an example of a project using Rspack [FEAT] Add an example of a project using Rspack Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Can be done during the Hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant