You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most examples in the documentation present a quite advanced programming style, which makes it unusable for beginners.
In many cases, ChatGPT is the best way to decipher the examples.
The goal should be to make the documentation accessible without prior knowledge.
@rrousselGit I would consider code generation an advanced feature, so I would not make it the default, because from my understanding it's only for convenience and requires a good level of knowledge of the provider package. To me, it should default to user-friendly, and have an advanced mode
Most examples in the documentation present a quite advanced programming style, which makes it unusable for beginners.
In many cases, ChatGPT is the best way to decipher the examples.
The goal should be to make the documentation accessible without prior knowledge.
for example, https://riverpod.dev/docs/providers/notifier_provider is not clear.
With the presence of
@freezed
with _$Todo
extends _$Todos
Here is my simplified example for this page that comes from my codebase and doesn't use advance features
How to use it:
How to update the state
I think this example shows a much more accessible code for
AsyncNotifier
The text was updated successfully, but these errors were encountered: