Giter Site home page Giter Site logo

reactjs / gu.react.dev Goto Github PK

View Code? Open in Web Editor NEW
24.0 24.0 7.0 148.63 MB

(Work in progress) React documentation website in Gujarati

Home Page: https://gu-react-dev.vercel.app

License: Creative Commons Attribution 4.0 International

Shell 0.01% JavaScript 34.19% HTML 0.29% TypeScript 57.86% CSS 7.65%

gu.react.dev's People

Contributors

acdlite avatar alexkrolick avatar bvaughn avatar chenglou avatar daniel15 avatar danilowoz avatar dependabot[bot] avatar dschau avatar gaearon avatar harish-sethuraman avatar harshilparmar avatar iamchenxin avatar jimfb avatar koba04 avatar kohei-takata avatar lex111 avatar marocchino avatar mcsheffrey avatar petehunt avatar react-translations-bot avatar rickhanlonii avatar robhrt7 avatar sebmarkbage avatar smikitky avatar sophiebits avatar tesseralis avatar vjeux avatar yangshun avatar zpao avatar zqran avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

gu.react.dev's Issues

Gujarati Translation Progress

For New Translators

To translate a page:

  1. Check that no one else has claimed your page in the checklist and comments below.
  2. Comment below with the name of the page you would like to translate. Please take only one page at a time.
  3. Clone this repo, translate your page, and submit a pull request!

Before contributing, read the glossary and style guide (once they exist) to understand how to translate various technical and React-specific terms.

Please be prompt with your translations! If you find that you can't commit anymore, let the maintainers know so they can assign the page to someone else.

For Maintainers

When someone volunteers, edit this issue with the username of the volunteer, and with the PR. Ex:

- [ ] Some Page (@exampleusername) #12345

When PRs are merged, make sure to mark that page as completed like this:

- [x] Some Page (@exampleusername) #12345

This ensures your translation's progress is tracked correctly at https://translations.react.dev/.

Main Content

To do before releasing as an "official" translation. Please translate these pages first.

Note that each section has an index page, which needs to be translated too.

Learn React

  • Quick Start

  • Installation

  • Describing the UI

    • Your First Component (@harshilparmar)
    • Importing and Exporting Components
    • Writing Markup with JSX
    • JavaScript in JSX with Curly Braces
    • Passing Props to a Component
    • Conditional Rendering
    • Rendering Lists
    • Keeping Components Pure
  • Adding Interactivity

    • Responding to Events
    • State: A Component's Memory
    • Render and Commit
    • State as a Snapshot
    • Queueing a Series of State Updates
    • Updating Objects in State
    • Updating Arrays in State
  • Managing State

    • Reacting to Input with State
    • Choosing the State Structure
    • Sharing State Between Components
    • Preserving and Resetting State
    • Extracting State Logic into a Reducer
    • Passing Data Deeply with Context
    • Scaling Up with Reducer and Context
  • Escape Hatches

    • Referencing Values with Refs
    • Manipulating the DOM with Refs
    • Synchronizing with Effects
    • You Might Not Need an Effect
    • Lifecycle of Reactive Effects
    • Separating Events from Effects
    • Removing Effect Dependencies
    • Reusing Logic with Custom Hooks

API Reference

  • react: Hooks

    • useCallback
    • useContext
    • useDebugValue
    • useDeferredValue
    • useEffect
    • useId
    • useImperativeHandle
    • useInsertionEffect
    • useLayoutEffect
    • useMemo
    • useReducer
    • useRef
    • useState
    • useSyncExternalStore
    • useTransition
  • react: Components

    • <Fragment> (<>)
    • <Profiler>
    • <StrictMode>
    • <Suspense>
  • react: APIs

    • createContext
    • forwardRef
    • lazy
    • memo
    • startTransition
  • react-dom: Components

    • Common (e.g. <div>)
    • <input>
    • <option>
    • <progress>
    • <select>
    • <textarea>
  • react-dom: APIs

    • createPortal
    • flushSync
    • findDOMNode
    • hydrate
    • render
    • unmountComponentAtNode
  • react-dom/client: Client APIs

    • createRoot
    • hydrateRoot
  • react-dom/server: Server APIs

    • renderToNodeStream
    • renderToPipeableStream
    • renderToReadableStream
    • renderToStaticMarkup
    • renderToStaticNodeStream
    • renderToString

Navigation and UI

We suggest to leave most of the UI translation until the end. We plan to do some invasive changes to the website folder layout and components, so postponing this until your translation is almost complete would make it easier to merge the changes from our side later. It might make sense to translate the homepage above the fold early, but leave the rest for later. As individual pages get translated, you can change the page titles in the corresponding sidebar files. Finally, when you're translating the navigation, make sure to test both desktop and mobile layouts.

  • Homepage (currently in HomeContent.js)
  • Sidebars (currently in src/sidebar*.json)
  • Top-level navigation (currently in TopNav.tsx)

When You're Ready...

After everything above is translated, add your language to deployedLanguages in Seo.tsx of the original reactjs/react.dev repository.

Secondary Content

These API pages should ideally be translated too, but they're less urgent and can be done after the others:

  • Legacy React APIs
    • Children
    • cloneElement
    • Component
    • createElement
    • createFactory
    • createRef
    • isValidElement
    • PureComponent

Optional Content

These aren't the main translation targets, but if you'd like to do them, feel free to expand the list to include their subpages:

  • Community
  • Blog
  • Warnings

Maintainer List

This translation is maintained by:

If you want to become a maintainer, ask them to add you. If the original maintainers are no longer responsive, raise an issue in the main translations repository.

Gujarati Glossary (ગુજરાતી શબ્દકોષ)

Adding a list of commonly used translations

Term Translation
App એપ્લિકેશન
Apps એપ્લિકેશન્સ
Attribute એટ્રિબ્યુટ
Assert અસ્સર્ટ
Browser બ્રાઉઝર
Component કમ્પોનેન્ટ
Copies કોપીસ
Declarative ઘોષણાત્મક
Ecosystem ઇકોસિસ્ટમ
Elements એલીમેન્ટ્સ
Editor એડિટર
Function ફંકશન
Hooks હુક્સ
Javascript જાવાસ્ક્રિપ્ટ
Immutable અપરિવર્તનશીલ
Library લાઈબ્રેરી
Locally લોકલી
Method મેથોડ
Mock મોક
Model મોડેલ
Mutate મ્યૂટેટ
Mutable મ્યુટેબલ
Mutation મ્યુટેશન
Mutating મ્યુટેટિંગ
Object ઓબ્જેક્ટ
Objects ઓબ્જેક્ટસ
Overview ઓવરવ્યૂ
Page પેજ
Parent પેરેન્ટ
Playgrounds પ્લેગ્રાઉન્ડ્સ
Render રેન્ડર
Static સ્થિર
Step-by-step સ્ટેપ-બાય-સ્ટેપ
Submit સબમિટ
Tutorial ટ્યૂટોરિયલ
Text ટેક્સ્ટ
Try it on Codepen આને CodePen પર અજમાવો
Tic-Tac-Toe ટીક-ટેક-ટો
UseEffect યુઝઈફેક્ટ
Value વેલ્યૂ
Variable વેરીએબલ
Version વર્સન
View વ્યુ
Virtual વર્ચુઅલ

Content that does not need to be translated:

No translation required
API
array
babel
boolean
bundle
class
constructor
context
CDN
Create React App
DOM
event
event-handler
fragments
HTML
JSON
JSX
MDN
Tick
package
props
portal
ref
React
React Native
strings
state
Web(Encounter capitalized Web, don't translate)
Webpack
widgets
UI
key

નોંધ: આપણો ધ્યેય ગુજરાતી ભાષી વ્યક્તિને મૂળભૂત સમજ આપવાનો છે, તેથી ચાલો ગુજરાતી વ્યક્તિ સમજી ન શકે તેવા અઘરા ગુજરાતી શબ્દ અનુવાદ નો ઉપયોગ ન કરીએ. (હું આશા રાખું છું કે તમને મુદ્દો સમજાયો હશે! )

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.