ui labs flamework
How would I make it so I can use flamework dependencies with ui labs, I tried flamework-react-utils and it doesn't work because I have to ignite but then I tried to ignite during ui labs it doesn't work because its not runtime
10 Replies
because how would it intergrate with the server side system with ui labs
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
I was thinking to use ignite flamework deps so it can listen to the events I fired
I don't think you need to use flamework inside UI Labs
I divide my components into View part that I use in UI Labs, Views I have never been associated with Flamework Rootproducer or Networking, this makes them independent and allows them to test them
I probably asked a xy problem
stick to the methodology, separate the view part from the functional part, then you will have fewer problems
probably overused ui labs and expected it to be a universal solution to deal with ui stuff
mixed up concepts 💀
in the view part you insert animations and other logic related to the visual part, in the functional components you already do the logic of receiving the date from outside, for example from rootProducer or flamework controllers
oh I am using charm
but that doesn't matter
though I am wondering how to update charm state with ui lab's control
the same, get the date from the server atoms in the functional components, and pass them to the view component via props