Atom with array does not update react components
Adding underscore to file name changes require casing
forceConsistentCasingInFileNames
because I could not figure out any other way to fix it but it was complaining about casings being different even though they were not...syncing still not working...

Is defining generics of a Component again when it's being used, really necessary in Flamework?

syncing dont work!!

React Context hook does not update consumer
include folder not being created
const PACKAGE_REGEX = /^@[a-z0-9-]*\//;
const PACKAGE_REGEX = /^@[a-z0-9-]*\//;
service instance does not replicate to client
map component is shared btw
...
How to start with plugins + react?

Flamework Tips
flamework not identifying service constructor
how to use rbxts-build in a multi-placed project
main
and lobby
places like this.
```... "watch:lobby": "cd places/lobby && rbxts-build watch",
"watch:main": "cd places/main && rbxts-build watch"
"watch:lobby": "cd places/lobby && rbxts-build watch",
"watch:main": "cd places/main && rbxts-build watch"
How do you deal with multiple calls of FindFirstChild(), WaitForChild(), etc?
Character and Skin Data Structure
CharacterData
const object with both the name and skins for each characterHelp with charm and lyra
Problem With Data Loading....
why it happens??

Incorret t compilation with flamework
const test_guard = Flamework.createGuard<[string, ...unknown[]]>();
warn("[RESULT]", test_guard(["test", 123, "hi"])); //fails
const test_guard = Flamework.createGuard<[string, ...unknown[]]>();
warn("[RESULT]", test_guard(["test", 123, "hi"])); //fails
How to observe client-side data changes in Charm without React?