Engine to React app
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?
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?
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.
Thanks for the quick response.
So where does it supposed to be used?
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.
So the engine is like totally unusable?
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
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.
Ok sounds like it'd be easy to do this using the engine in Node
alright, thank you!