Open essential-randomness opened 1 year ago
Some of the arguments of the usePostOptions hook can be inferred from the global react contexts. Also, we should consider passing the whole Post rather than repeating all its data in a data argument.
usePostOptions
data
Some of the arguments of the
usePostOptions
hook can be inferred from the global react contexts. Also, we should consider passing the whole Post rather than repeating all its data in adata
argument.