Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nafistiham authored Oct 26, 2024
1 parent d428569 commit a4715a0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/content/reference/react/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,11 @@ React এর সাথে পরিচিত হবার জন্য [Learn](/
React reference documentation কয়েকটি ফাংশনাল অংশে ভাগ করা হয়েছেঃ

## React {/*react*/}
<<<<<<< HEAD
Programmatic React ফিচারঃ
* [Hooks](/reference/react/hooks) - আপনার কম্পোনেন্ট থেকে বিভিন্ন React ফিচার ব্যবহার করুন।
* [Components](/reference/react/components) - যেসব বিল্ট-ইন কম্পোনেন্ট আপনার JSX এ ব্যবহার করতে পারেন।
* [APIs](/reference/react/apis) - কম্পোনেন্ট ডিফাইন করার জন্য কার্যকরী API।
* [Directives](/reference/react/directives) - সার্ভার কম্পোনেন্টের সাথে যেসব bundlers ব্যবহারোপযোগী তাদের কার্যপ্রণালী।
=======

Programmatic React features:

* [Hooks](/reference/react/hooks) - Use different React features from your components.
* [Components](/reference/react/components) - Built-in components that you can use in your JSX.
* [APIs](/reference/react/apis) - APIs that are useful for defining components.
* [Directives](/reference/rsc/directives) - Provide instructions to bundlers compatible with React Server Components.
>>>>>>> 9467bc58868e66c53ca9385c8531dcf7b02178c2
* [Directives](/reference/react/directives) - React সার্ভার কম্পোনেন্টের সাথে যেসব bundlers ব্যবহারোপযোগী তাদের নির্দেশ দেওয়া।

## React DOM {/*react-dom*/}

Expand Down

0 comments on commit a4715a0

Please sign in to comment.