-
Notifications
You must be signed in to change notification settings - Fork 89
I need info about your library #16
Comments
Hi @orestes22 , I did a little bit of research, and it turns out the recommended approach from the Stencil team is for me to provide ReactJS wrappers around the components. I started digging into that, but ran into an issue where the generated wrapper wouldn't compile because of a dependency on anpther Stencil component library I'm using (bs-components). Long story short, I need a little bit of time to solve this and provide proper ReactJS wrappers, which will live here: https://github.com/elsa-workflows/elsa-designer-react. Same goes for the library API documentation - it will come, but it will take a bit of time. Thanks, |
Hi, @sfmskywalker , I appreciate a lot your time into this. I having making a research looking libraries in React that can create workflows and i found 3 o 4(there isnt to much) but your project is the only one that have a complete solution, you have a backend and frontend. Probably you can charge for support like jsplumb do in there website and have some profits from your work. But follow in Stencil to accomplish something can limited your library future when there is outside NextJs , Preact , and others. Those are compatible with Reactjs but Im not sure with Stencil. Best Regards |
Thanks for the feedback @orestes22 , I really appreciate it. Regarding StencilJS, it's a web component compiler, which means it outputs HTML5 web components, as if they were native components like So please rest assured, the goal of this component is so that anyone can use it with their framework of choice. I just need time to make it so. |
Hello, Im trying to add you library to my UI project. Im using NextJs, this is SSR of ReactJs. Also Im using material-ui framework.
Im following your instructions and I cannt make your library works with my application.
I made this example https://codesandbox.io/s/elsa-designer-ficqu
I need more information or documentation of how integrate your library to a Reactjs application and where is the library API info to have the possibility to manage your library.
Best Regards
Orestes
The text was updated successfully, but these errors were encountered: