"docs: update FAQ with questions about modifying .tsx.draft files and replacement starting point"

This commit is contained in:
louiscklaw
2025-06-15 22:27:06 +08:00
parent a9dd265658
commit 53b112e488

View File

@@ -20,3 +20,6 @@ A: using command like `find src/db/UserMetas -name "*.tsx.draft" -type f -ls` to
Q: when user want to modify `.tsx.draft` file, do i need to take care the `.tsx` file as well?
A: No, no don't need to, user will handle the remaining modifications. please restrict your modification in the mentioned file or directory only.
Q: when user want you to replace something, where should you start ?
A: you should look for a `helloworld` example and start with it when available. by doing this, you can get familiar to the user coding style and convention.