diff --git a/website/src/data/showcase/rematch.png b/website/src/data/showcase/rematch.png new file mode 100644 index 0000000000..42ca9a35aa Binary files /dev/null and b/website/src/data/showcase/rematch.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index 3a88d0e863..6cf4184cca 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -321,6 +321,15 @@ const users = [ fbOpenSource: true, pinned: false, }, + { + title: 'Rematch', + description: 'Redux best practices without the boilerplate in less than 2kb', + preview: require('./showcase/rematch.png'), + website: 'https://rematchjs.org', + source: 'https://github.com/rematch/rematch', + fbOpenSource: false, + pinned: false, + }, { title: 'Runlet', description: 'A cloud-based job manager that integrates your devices',