Skip to content

Commit 0558595

Browse files
Update examples.md with React Image Compressor (#2559)
Co-authored-by: Dan Abramov <[email protected]>
1 parent 17d028b commit 0558595

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

content/community/examples.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ sectionid: community
66
permalink: community/examples.html
77
---
88

9-
There are many example projects created by the React community. If you add a project, please commit to keeping it up to date with the latest versions of React.
9+
There are many example projects created by the React community. We're keeping this page focused on the ones that use React without third-party state management libraries.
10+
11+
If you add a project, please commit to keeping it up to date with the latest versions of React.
1012

1113
## Small Examples
1214

1315
* **[Calculator](https://github.com/ahfarmer/calculator)** Implementation of the iOS calculator built in React
1416
* **[Emoji Search](https://github.com/ahfarmer/emoji-search)** React app for searching emoji
1517
* **[BMI Calculator](https://github.com/GermaVinsmoke/bmi-calculator)** A React Hooks app for calculating BMI
16-
* **[React Tutorial Solutions](https://github.com/harman052/react-tutorial-solutions)** Solutions to challenges mentioned at the end of React tutorial.
18+
* **[React Image Compressor](https://github.com/RaulB-masai/react-image-compressor)** An offline image compressor built with React and browser-image-compression
19+
* **[React Tutorial Solutions](https://github.com/harman052/react-tutorial-solutions)** Solutions to challenges mentioned at the end of React tutorial
1720

1821
## Complete Apps
1922

2023
* **[Hacker News Clone React/GraphQL](https://github.com/clintonwoo/hackernews-react-graphql)** Hacker News clone rewritten with universal JavaScript, using React and GraphQL
21-
* **[Builder Book](https://github.com/builderbook/builderbook)** Open-source web app to write and host documentation or sell books. Built with React, Material-UI, Next, Express, Mongoose, MongoDB.
24+
* **[Builder Book](https://github.com/builderbook/builderbook)** Open-source web app to write and host documentation or sell books. Built with React, Material-UI, Next, Express, Mongoose, MongoDB

0 commit comments

Comments
 (0)