Add riverpod desc (#3599)

* Add riverpod desc

* Update src/data/roadmaps/flutter/content/111-state-management/102-riverpod.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/3605/head
Kota Hayashi 2 years ago committed by GitHub
parent c0f46c5eed
commit 16fb03086e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      src/data/roadmaps/flutter/content/111-state-management/102-riverpod.md

@ -1 +1,12 @@
# Riverpod
Riverpod was created by the same author as Provider, and is designed to make it easier to manage application state by providing a more intuitive API and better performance than Provider.
One of the key features of Riverpod is its ability to manage and scope state in a more granular way than Provider. This can make it easier to reason about your application's state and can lead to more efficient re-renders.
Learn more from the following links:
- [riverpod](https://pub.dev/packages/riverpod)
- [Riverpod in Flutter](https://docs.flutter.dev/development/data-and-backend/state-mgmt/options#riverpod)
- [Documentation](https://riverpod.dev/)
- [Documentation v2 is in progress](https://docs-v2.riverpod.dev/)

Loading…
Cancel
Save