reactjs / ar.react.dev

React documentation website in Arabic 📘⚛️ — وثائق React باللغة العربية
https://ar.react.dev
Creative Commons Attribution 4.0 International
138 stars 103 forks source link

change some styles to support rtl direction #506

Closed mahmood601 closed 1 year ago

mahmood601 commented 1 year ago
github-actions[bot] commented 1 year ago

Size changes

## 📦 Next.js Bundle Analysis for react-dev This analysis was generated by the [Next.js Bundle Analysis action](https://github.com/hashicorp/nextjs-bundle-analysis). 🤖 ### ⚠️ Global Bundle Size Increased Page | Size (compressed) | |---|---| | `global` | `103.27 KB` _(🟡 +119 B)_ |
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

AhmedBaset commented 1 year ago

As Dan Abramov (One of the React core team) mentioned RTL styling should be pushed to the main react.dev. I have already submitted a pull request handling all these issues PR 6138. It is awaiting right now. You can check it out.