R
roblox-ts•5mo ago
duck

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
duck
duckOP•5mo ago
because how would it intergrate with the server side system with ui labs
Unknown User
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
duck
duckOP•5mo ago
I was thinking to use ignite flamework deps so it can listen to the events I fired
Tesmi
Tesmi•5mo ago
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
duck
duckOP•5mo ago
I probably asked a xy problem
Tesmi
Tesmi•5mo ago
stick to the methodology, separate the view part from the functional part, then you will have fewer problems
duck
duckOP•5mo ago
probably overused ui labs and expected it to be a universal solution to deal with ui stuff mixed up concepts 💀
Tesmi
Tesmi•5mo ago
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
duck
duckOP•5mo ago
oh I am using charm but that doesn't matter though I am wondering how to update charm state with ui lab's control
Tesmi
Tesmi•5mo ago
the same, get the date from the server atoms in the functional components, and pass them to the view component via props

Did you find this page helpful?