Page 1 of 1

Engine to React app

Posted: Tue Oct 29, 2024 8:36 am
by srbadinas

Hi, how do I integrate the engine into my React app? I can't find the guide about on how to install it using npm. Is there supposed to be another way to install it?


Re: Engine to React app

Posted: Tue Oct 29, 2024 9:02 am
by nickolay

Hi,

You are not supposed to use Chronograph or the engine directly into your React app, because it does not contain all functionality. Instead, just use regular Bryntum package and instantiate necessary classes from the data layer.


Re: Engine to React app

Posted: Tue Oct 29, 2024 9:06 am
by srbadinas

Thanks for the quick response.

So where does it supposed to be used?


Re: Engine to React app

Posted: Tue Oct 29, 2024 9:23 am
by nickolay

Originally, it was supposed to be used standalone, however certain features have been implemented in the Bryntum products directly. So currently using it won't provide the full API as described in docs.


Re: Engine to React app

Posted: Tue Oct 29, 2024 9:41 am
by srbadinas

So the engine is like totally unusable?


Re: Engine to React app

Posted: Tue Oct 29, 2024 12:05 pm
by mats

Not if you license Bryntum's products. Can you please describe your use case? Are you looking to use the engine in node js? https://bryntum.com/products/schedulerpro/docs/guide/SchedulerPro/integration/nodejs


Re: Engine to React app

Posted: Thu Oct 31, 2024 12:05 pm
by srbadinas

Well, I have a list of tasks with duration that doesn't have dates in them and I planning on using the engine to fill up the days on each resource.


Re: Engine to React app

Posted: Thu Oct 31, 2024 12:39 pm
by mats

Ok sounds like it'd be easy to do this using the engine in Node


Re: Engine to React app

Posted: Mon Nov 11, 2024 10:11 am
by srbadinas

alright, thank you!