API parity between adapters #3841
Answered
by
Mokshit06
tannerlinsley
asked this question in
General
-
@Mokshit06 The |
Beta Was this translation helpful? Give feedback.
Answered by
Mokshit06
Apr 18, 2022
Replies: 1 comment 4 replies
-
In solidjs, the functions that wrap reactivity generally use the naming convention |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
tannerlinsley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In solidjs, the functions that wrap reactivity generally use the naming convention
create__
and notuse__
. Maybe we could rename thecreateTable
function in this adapter to something else that follows this naming scheme rather than changing it touseTable
.