Pinned Repositories
Aspiiire
astro-auth
The Easiest Way To Do Authentication In Astro 🧑🏻🚀
CodeMirror
In-browser code editor
eslint-plugin-react-pug
Add supporting of pugjs with react
fastify-pug
fastify-session
session plugin for fastify
nextbnb
Listing of properties from a database in a static generated site.
riverpod-futureProvider-part14
Example using the future Provider found in the Riverpod package
riverpod-StateProvider-ref-read-ref-watch-part5
Code example of ref.watch and ref.read, when and how you should use them with Riverpod.
riverpod-streamProvider-part15
StreamProvider is used for streams just like the FutureProvider
aspiiire's Repositories
aspiiire/riverpod-streamProvider-part15
StreamProvider is used for streams just like the FutureProvider
aspiiire/riverpod-futureProvider-part14
Example using the future Provider found in the Riverpod package
aspiiire/riverpod-StateProvider-ref-read-ref-watch-part5
Code example of ref.watch and ref.read, when and how you should use them with Riverpod.
aspiiire/Aspiiire
aspiiire/astro-auth
The Easiest Way To Do Authentication In Astro 🧑🏻🚀
aspiiire/CodeMirror
In-browser code editor
aspiiire/eslint-plugin-react-pug
Add supporting of pugjs with react
aspiiire/fastify-pug
aspiiire/fastify-session
session plugin for fastify
aspiiire/nextbnb
Listing of properties from a database in a static generated site.
aspiiire/positron-bar
Electron bar for your linux desktop!
aspiiire/rive-flutter
aspiiire/river_pod
A simple way to access state while robust and testable.
aspiiire/riverpod-autoDispose-modifier-part11
AutoDispose is another important modifier used to dispose the state of our providers.
aspiiire/riverpod-consumer-part3
Second tutorial about Riverpod and the Consumer Widget
aspiiire/riverpod-ConsumerStatefulWidget-part6
Code example on how to use ConsumerStatefulWidget with Riverpod, a widget used instead of using statefulWidget.
aspiiire/riverpod-consumerWidget-part4
A simple example on how to use the ConsumerWidget with Riverpod
aspiiire/riverpod-family-modifier-part10
The first of modifiers, the family modifier.
aspiiire/riverpod-provider-1
The first example explained on my youtube video.
aspiiire/riverpod-provider-part1-and-part2
How to define a Provider in Riverpod
aspiiire/riverpod-read-update-part12
aspiiire/riverpod-ref.listen-part8
Code on how to use ref.listen with Riverpod to maximize the use of our providers and be more perfomant.
aspiiire/riverpod-ref.select-part9
A way to select a specific property of our StateNotifiers, will allow to gain a little bit of performance, check out the tutorial for more.
aspiiire/riverpod-StateNotifierProvider-part7
Example on how to use StateNotifierProvider with Riverpod, in this example we are also going to see StateNotifier.