Skip to content

Commit

Permalink
Doc improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcglasberg committed Jul 9, 2024
1 parent 339bd3a commit b1a8230
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ the <a href="https://github.com/marcglasberg/SameAppDifferentTech/blob/main/Mobi
Async Redux App Example GitHub Repo</a> for a full-fledged example app showcasing the fundamentals
and best practices._

# 23.1.0
# 23.1.1

* New: Async Redux website at https://asyncredux.com

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@
This means you'll be able to create apps much faster,
and other people on your team will easily understand and modify your code.

# What is it?
## What is it?

An optimized reimagined version of Redux.
A mature solution, battle-tested in hundreds of real-world applications.
Written from the ground up, created by [Marcelo Glasberg](https://github.com/marcglasberg).
Written from the ground up, created by [Marcelo Glasberg](https://github.com/marcglasberg)
(see [all my packages](https://pub.dev/publishers/glasberg.dev/packages)).

> There is also a [version for React](https://www.npmjs.com/package/async-redux-react)
> Optionally use it with [Provider](https://pub.dev/packages/provider_for_redux)
> or [Flutter Hooks](https://pub.dev/packages/flutter_hooks_async_redux)
# Documentation

The complete docs are published at **https://asyncredux.com**
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: async_redux
description: The modern version of Redux. State management that's simple to learn and easy to use; Powerful enough to handle complex applications with millions of users; Testable.
version: 23.1.0
version: 23.1.1
# author: Marcelo Glasberg <[email protected]>
homepage: https://github.com/marcglasberg/async_redux
topics:
Expand Down

0 comments on commit b1a8230

Please sign in to comment.