Skip to content

Commit

Permalink
Merge pull request #61 from nafistiham/installation
Browse files Browse the repository at this point in the history
installation
  • Loading branch information
moshfiqrony authored Jun 18, 2023
2 parents 73e2393 + 256e1f8 commit 02d6099
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/content/learn/installation.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
---
title: Installation
title: ইন্সটলেশন
---

<Intro>

React has been designed from the start for gradual adoption. You can use as little or as much React as you need. Whether you want to get a taste of React, add some interactivity to an HTML page, or start a complex React-powered app, this section will help you get started.
React শুরু থেকেই gradual adoption এর জন্য সাজানো হয়েছে। আপনার যতটুকু কম বা যতটুকু বেশি প্রয়োজন React ব্যবহার করতে পারেন। আপনি হয়ত কেবল React এর স্বাদ চান, বা একটা HTML পেইজে কিছু interactivity যুক্ত করতে চান, অথবা একটা জটিল React-powered অ্যাপ বানাতে চান, এই সেকশন থেকে শুরু করতে পারেন।

</Intro>

<YouWillLearn isChapter={true}>

* [How to start a new React project](/learn/start-a-new-react-project)
* [How to add React to an existing project](/learn/add-react-to-an-existing-project)
* [How to set up your editor](/learn/editor-setup)
* [How to install React Developer Tools](/learn/react-developer-tools)
* [কীভাবে একটি React প্রজেক্ট শুরু করবেন](/learn/start-a-new-react-project)
* [ইতোমধ্যে বানানো একটা প্রজেক্টে কীভাবে React যুক্ত করবেন](/learn/add-react-to-an-existing-project)
* [কীভাবে এডিটর সেট আপ করবেন](/learn/editor-setup)
* [কীভাবে React ডেভেলপার টুলস ইনস্টল করবেন](/learn/react-developer-tools)

</YouWillLearn>

## Try React {/*try-react*/}
## React এর স্বাদ নিয়ে দেখুন {/*try-react*/}

You don't need to install anything to play with React. Try editing this sandbox!
React নিয়ে খেলবার জন্য আপনাকে কিছু ইনস্টল করতে হবে না। এই স্যান্ডবক্স এডিট করার চেষ্টা করে দেখুন।

<Sandpack>

Expand All @@ -35,23 +35,23 @@ export default function App() {

</Sandpack>

You can edit it directly or open it in a new tab by pressing the "Fork" button in the upper right corner.
এটা আপনি সরাসরি এডিট করতে পারেন অথবা ডান পাশে উপরে কোণায় থাকা "ফর্ক" বাটন চেপে একটা নতুন ট্যাবে খুলতে পারেন।

Most pages in the React documentation contain sandboxes like this. Outside of the React documentation, there are many online sandboxes that support React: for example, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react), or [CodePen.](https://codepen.io/pen?&editors=0010&layout=left&prefill_data_id=3f4569d1-1b11-4bce-bd46-89090eed5ddb)
React ডকুমেন্টেশনের বেশির ভাগ পেইজেই এমন স্যান্ডবক্স রয়েছে। React ডকুমেন্টেশনের এর বাইরে এমন অনেক অনলাইন স্যান্ডবক্স আছে যেগুলো React ব্যবহার সমর্থন করঃ উদাহরণস্বরূপ, [CodeSandbox](https://codesandbox.io/s/new), [StackBlitz](https://stackblitz.com/fork/react), অথবা [CodePen](https://codepen.io/pen?&editors=0010&layout=left&prefill_data_id=3f4569d1-1b11-4bce-bd46-89090eed5ddb)

### Try React locally {/*try-react-locally*/}
### নিজের কম্পিউটারে React চালিয়ে দেখুন {/*try-react-locally*/}

To try React locally on your computer, [download this HTML page.](https://gist.githubusercontent.com/gaearon/0275b1e1518599bbeafcde4722e79ed1/raw/db72dcbf3384ee1708c4a07d3be79860db04bff0/example.html) Open it in your editor and in your browser!
আপনার কম্পিউটারে React চালাবার জন্য [এই HTML পেইজটি ডাউনলোড করুন।](https://gist.githubusercontent.com/gaearon/0275b1e1518599bbeafcde4722e79ed1/raw/db72dcbf3384ee1708c4a07d3be79860db04bff0/example.html) এটা আপনার এডিটরে খুলুন এবং আপনার ব্রাউজারে খুলুন।

## Start a new React project {/*start-a-new-react-project*/}
## একটি নতুন React প্রজেক্ট শুরু করুন {/*start-a-new-react-project*/}

If you want to build an app or a website fully with React, [start a new React project.](/learn/start-a-new-react-project)
আপনি যদি সম্পূর্ণ React ব্যবহার করে একটি অ্যাপ বা ওয়েবসাইট বানাতে চান, [একটি নতুন React প্রজেক্ট শুরু করুন।](/learn/start-a-new-react-project)

## Add React to an existing project {/*add-react-to-an-existing-project*/}
## ইতোমধ্যে বানানো একটি প্রজেক্টে React যুক্ত করুন {/*add-react-to-an-existing-project*/}

If want to try using React in your existing app or a website, [add React to an existing project.](/learn/add-react-to-an-existing-project)
যদি আপনার ইতোমধ্যে আছে এমন একটি অ্যাপ বা ওয়েবসাইটে React ব্যবহার করতে চান তাহলে [সেটায় React যুক্ত করুন](/learn/add-react-to-an-existing-project)

## Next steps {/*next-steps*/}
## এর পরের ধাপ {/*next-steps*/}

Head to the [Quick Start](/learn) guide for a tour of the most important React concepts you will encounter every day.
React এর সবচেয়ে জরুরী ধারণাগুলো আপনার প্রতিদিন মুখোমুখি হবে সেগুলো সম্বন্ধে জানতে [কুইক স্টার্ট](/learn) গাইডে চলে যান।

0 comments on commit 02d6099

Please sign in to comment.