<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[React собеседование, вопросы и ответы часть 1]]></title><description><![CDATA[<table class="table table-bordered table-striped">
<thead>
<tr>
<th>No.</th>
<th>Questions</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td><strong>Core React</strong></td>
</tr>
<tr>
<td>1</td>
<td><a href="/topic/181/chto-takoe-react">Что такое ReactJS</a></td>
</tr>
<tr>
<td>2</td>
<td><a href="/topic/182/istoriya-razvitiya-react-ot-zarozhdeniya-do-versii-19">История развития ReactJS</a></td>
</tr>
<tr>
<td>3</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-major-features-of-react" target="_blank" rel="noopener noreferrer">What are the major features of React?</a></td>
</tr>
<tr>
<td>4</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-jsx" target="_blank" rel="noopener noreferrer">What is JSX?</a></td>
</tr>
<tr>
<td>5</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-difference-between-an-element-and-a-component" target="_blank" rel="noopener noreferrer">What is the difference between an Element and a Component?</a></td>
</tr>
<tr>
<td>6</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-create-components-in-react" target="_blank" rel="noopener noreferrer">How do you create components in React?</a></td>
</tr>
<tr>
<td>7</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#when-to-use-a-class-component-over-a-function-component" target="_blank" rel="noopener noreferrer">When should you use a Class Component over a Function Component?</a></td>
</tr>
<tr>
<td>8</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-pure-components" target="_blank" rel="noopener noreferrer">What are Pure Components?</a></td>
</tr>
<tr>
<td>9</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-state-in-react" target="_blank" rel="noopener noreferrer">What is state in React?</a></td>
</tr>
<tr>
<td>10</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-props-in-react" target="_blank" rel="noopener noreferrer">What are props in React?</a></td>
</tr>
<tr>
<td>11</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-difference-between-state-and-props" target="_blank" rel="noopener noreferrer">What is the difference between state and props?</a></td>
</tr>
<tr>
<td>12</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-difference-between-html-and-react-event-handling" target="_blank" rel="noopener noreferrer">What is the difference between HTML and React event handling?</a></td>
</tr>
<tr>
<td>13</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-synthetic-events-in-react" target="_blank" rel="noopener noreferrer">What are synthetic events in React?</a></td>
</tr>
<tr>
<td>14</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-inline-conditional-expressions" target="_blank" rel="noopener noreferrer">What are inline conditional expressions?</a></td>
</tr>
<tr>
<td>15</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-key-prop-and-what-is-the-benefit-of-using-it-in-arrays-of-elements" target="_blank" rel="noopener noreferrer">What is the “key” prop and what is its benefit when used in arrays of elements?</a></td>
</tr>
<tr>
<td>16</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-virtual-dom" target="_blank" rel="noopener noreferrer">What is the Virtual DOM?</a></td>
</tr>
<tr>
<td>17</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-virtual-dom-works" target="_blank" rel="noopener noreferrer">How does the Virtual DOM work?</a></td>
</tr>
<tr>
<td>18</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-difference-between-shadow-dom-and-virtual-dom" target="_blank" rel="noopener noreferrer">What is the difference between Shadow DOM and Virtual DOM?</a></td>
</tr>
<tr>
<td>19</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-react-fiber" target="_blank" rel="noopener noreferrer">What is React Fiber?</a></td>
</tr>
<tr>
<td>20</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-main-goal-of-react-fiber" target="_blank" rel="noopener noreferrer">What is the main goal of React Fiber?</a></td>
</tr>
<tr>
<td>21</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-controlled-components" target="_blank" rel="noopener noreferrer">What are controlled components?</a></td>
</tr>
<tr>
<td>22</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-uncontrolled-components" target="_blank" rel="noopener noreferrer">What are uncontrolled components?</a></td>
</tr>
<tr>
<td>23</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-difference-between-createelement-and-cloneelement" target="_blank" rel="noopener noreferrer">What is the difference between createElement and cloneElement?</a></td>
</tr>
<tr>
<td>24</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-lifting-state-up-in-react" target="_blank" rel="noopener noreferrer">What is Lifting State Up in React?</a></td>
</tr>
<tr>
<td>25</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-higher-order-components" target="_blank" rel="noopener noreferrer">What are Higher-Order Components?</a></td>
</tr>
<tr>
<td>26</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-children-prop" target="_blank" rel="noopener noreferrer">What is the children prop?</a></td>
</tr>
<tr>
<td>27</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-write-comments-in-react" target="_blank" rel="noopener noreferrer">How do you write comments in React?</a></td>
</tr>
<tr>
<td>28</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-reconciliation" target="_blank" rel="noopener noreferrer">What is reconciliation?</a></td>
</tr>
<tr>
<td>29</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#does-the-lazy-function-support-named-exports" target="_blank" rel="noopener noreferrer">Does the lazy function support named exports?</a></td>
</tr>
<tr>
<td>30</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#why-react-uses-classname-over-class-attribute" target="_blank" rel="noopener noreferrer">Why does React use className instead of the class attribute?</a></td>
</tr>
<tr>
<td>31</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-fragments" target="_blank" rel="noopener noreferrer">What are Fragments?</a></td>
</tr>
<tr>
<td>32</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#why-fragments-are-better-than-container-divs" target="_blank" rel="noopener noreferrer">Why are Fragments better than container divs?</a></td>
</tr>
<tr>
<td>33</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-portals-in-react" target="_blank" rel="noopener noreferrer">What are portals in React?</a></td>
</tr>
<tr>
<td>34</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-stateless-components" target="_blank" rel="noopener noreferrer">What are stateless components?</a></td>
</tr>
<tr>
<td>35</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-stateful-components" target="_blank" rel="noopener noreferrer">What are stateful components?</a></td>
</tr>
<tr>
<td>36</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-apply-validation-on-props-in-react" target="_blank" rel="noopener noreferrer">How do you apply validation to props in React?</a></td>
</tr>
<tr>
<td>37</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-advantages-of-react" target="_blank" rel="noopener noreferrer">What are the advantages of React?</a></td>
</tr>
<tr>
<td>38</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-limitations-of-react" target="_blank" rel="noopener noreferrer">What are the limitations of React?</a></td>
</tr>
<tr>
<td>39</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-recommended-ways-for-static-type-checking" target="_blank" rel="noopener noreferrer">What are the recommended ways for static type checking?</a></td>
</tr>
<tr>
<td>40</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-use-of-react-dom-package" target="_blank" rel="noopener noreferrer">What is the use of the react-dom package?</a></td>
</tr>
<tr>
<td>41</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-reactdomserver" target="_blank" rel="noopener noreferrer">What is ReactDOMServer?</a></td>
</tr>
<tr>
<td>42</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-use-innerhtml-in-react" target="_blank" rel="noopener noreferrer">How do you use innerHTML in React?</a></td>
</tr>
<tr>
<td>43</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-use-styles-in-react" target="_blank" rel="noopener noreferrer">How do you apply styles in React?</a></td>
</tr>
<tr>
<td>44</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-events-are-different-in-react" target="_blank" rel="noopener noreferrer">How are events different in React?</a></td>
</tr>
<tr>
<td>45</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-impact-of-indexes-as-keys" target="_blank" rel="noopener noreferrer">What is the impact of using indexes as keys?</a></td>
</tr>
<tr>
<td>46</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-do-you-conditionally-render-components" target="_blank" rel="noopener noreferrer">How do you conditionally render components?</a></td>
</tr>
<tr>
<td>47</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#why-we-need-to-be-careful-when-spreading-props-on-dom-elements" target="_blank" rel="noopener noreferrer">Why do we need to be careful when spreading props on DOM elements?</a></td>
</tr>
<tr>
<td>48</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-do-you-memoize-a-component" target="_blank" rel="noopener noreferrer">How do you memoize a component?</a></td>
</tr>
<tr>
<td>49</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-you-implement-server-side-rendering-or-ssr" target="_blank" rel="noopener noreferrer">How do you implement Server-Side Rendering (SSR)?</a></td>
</tr>
<tr>
<td>50</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-enable-production-mode-in-react" target="_blank" rel="noopener noreferrer">How do you enable production mode in React?</a></td>
</tr>
<tr>
<td>51</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#do-hooks-replace-render-props-and-higher-order-components" target="_blank" rel="noopener noreferrer">Do Hooks replace render props and higher-order components?</a></td>
</tr>
<tr>
<td>52</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-a-switching-component" target="_blank" rel="noopener noreferrer">What is a switching component?</a></td>
</tr>
<tr>
<td>53</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-react-mixins" target="_blank" rel="noopener noreferrer">What are React Mixins?</a></td>
</tr>
<tr>
<td>54</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-pointer-events-supported-in-react" target="_blank" rel="noopener noreferrer">What are the pointer events supported in React?</a></td>
</tr>
<tr>
<td>55</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#why-should-component-names-start-with-capital-letter" target="_blank" rel="noopener noreferrer">Why should component names start with a capital letter?</a></td>
</tr>
<tr>
<td>56</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#are-custom-dom-attributes-supported-in-react-v16" target="_blank" rel="noopener noreferrer">Are custom DOM attributes supported in React v16?</a></td>
</tr>
<tr>
<td>57</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-loop-inside-jsx" target="_blank" rel="noopener noreferrer">How do you loop inside JSX?</a></td>
</tr>
<tr>
<td>58</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-do-you-access-props-in-attribute-quotes" target="_blank" rel="noopener noreferrer">How do you access props within attribute quotes?</a></td>
</tr>
<tr>
<td>59</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-react-proptype-array-with-shape" target="_blank" rel="noopener noreferrer">What is a React PropType array with shape?</a></td>
</tr>
<tr>
<td>60</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-conditionally-apply-class-attributes" target="_blank" rel="noopener noreferrer">How do you conditionally apply class attributes?</a></td>
</tr>
<tr>
<td>61</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-difference-between-react-and-reactdom" target="_blank" rel="noopener noreferrer">What is the difference between React and ReactDOM?</a></td>
</tr>
<tr>
<td>62</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#why-reactdom-is-separated-from-react" target="_blank" rel="noopener noreferrer">Why is ReactDOM separated from React?</a></td>
</tr>
<tr>
<td>63</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-use-react-label-element" target="_blank" rel="noopener noreferrer">How do you use the React label element?</a></td>
</tr>
<tr>
<td>64</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-combine-multiple-inline-style-objects" target="_blank" rel="noopener noreferrer">How do you combine multiple inline style objects?</a></td>
</tr>
<tr>
<td>65</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-re-render-the-view-when-the-browser-is-resized" target="_blank" rel="noopener noreferrer">How do you re-render the view when the browser is resized?</a></td>
</tr>
<tr>
<td>66</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-pretty-print-json-with-react" target="_blank" rel="noopener noreferrer">How do you pretty-print JSON with React?</a></td>
</tr>
<tr>
<td>67</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#why-you-cant-update-props-in-react" target="_blank" rel="noopener noreferrer">Why can’t you update props in React?</a></td>
</tr>
<tr>
<td>68</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-focus-an-input-element-on-page-load" target="_blank" rel="noopener noreferrer">How do you focus an input element on page load?</a></td>
</tr>
<tr>
<td>69</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-can-we-find-the-version-of-react-at-runtime-in-the-browser" target="_blank" rel="noopener noreferrer">How can you find the version of React at runtime in the browser?</a></td>
</tr>
<tr>
<td>70</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-add-google-analytics-for-react-router" target="_blank" rel="noopener noreferrer">How do you add Google Analytics for React Router?</a></td>
</tr>
<tr>
<td>71</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-do-you-apply-vendor-prefixes-to-inline-styles-in-react" target="_blank" rel="noopener noreferrer">How do you apply vendor prefixes to inline styles in React?</a></td>
</tr>
<tr>
<td>72</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-import-and-export-components-using-react-and-es6" target="_blank" rel="noopener noreferrer">How do you import and export components using React and ES6?</a></td>
</tr>
<tr>
<td>73</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-exceptions-on-react-component-naming" target="_blank" rel="noopener noreferrer">What are the exceptions to React component naming?</a></td>
</tr>
<tr>
<td>74</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#is-it-possible-to-use-asyncawait-in-plain-react" target="_blank" rel="noopener noreferrer">Is it possible to use async/await in plain React?</a></td>
</tr>
<tr>
<td>75</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-common-folder-structures-for-react" target="_blank" rel="noopener noreferrer">What are common folder structures for React?</a></td>
</tr>
<tr>
<td>76</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-popular-packages-for-animation" target="_blank" rel="noopener noreferrer">What are popular packages for animation?</a></td>
</tr>
<tr>
<td>77</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-benefit-of-styles-modules" target="_blank" rel="noopener noreferrer">What are the benefits of style modules?</a></td>
</tr>
<tr>
<td>78</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-popular-react-specific-linters" target="_blank" rel="noopener noreferrer">What are popular React-specific linters?</a></td>
</tr>
<tr>
<td></td>
<td><strong>React Router</strong></td>
</tr>
<tr>
<td>79</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-react-router" target="_blank" rel="noopener noreferrer">What is React Router?</a></td>
</tr>
<tr>
<td>80</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-react-router-is-different-from-history-library" target="_blank" rel="noopener noreferrer">How is React Router different from the history library?</a></td>
</tr>
<tr>
<td>81</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-router-components-of-react-router-v6" target="_blank" rel="noopener noreferrer">What are the components of React Router v6?</a></td>
</tr>
<tr>
<td>82</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-purpose-of-push-and-replace-methods-of-history" target="_blank" rel="noopener noreferrer">What is the purpose of the push and replace methods of history?</a></td>
</tr>
<tr>
<td>83</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-do-you-programmatically-navigate-using-react-router-v4" target="_blank" rel="noopener noreferrer">How do you programmatically navigate using React Router v4?</a></td>
</tr>
<tr>
<td>84</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-get-query-parameters-in-react-router-v4" target="_blank" rel="noopener noreferrer">How do you get query parameters in React Router v4?</a></td>
</tr>
<tr>
<td>85</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#why-you-get-router-may-have-only-one-child-element-warning" target="_blank" rel="noopener noreferrer">Why do you get a “Router may have only one child element” warning?</a></td>
</tr>
<tr>
<td>86</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-pass-params-to-historypush-method-in-react-router-v4" target="_blank" rel="noopener noreferrer">How do you pass params to the history.push method in React Router v4?</a></td>
</tr>
<tr>
<td>87</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-implement-default-or-notfound-page" target="_blank" rel="noopener noreferrer">How do you implement a default or NotFound page?</a></td>
</tr>
<tr>
<td>88</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-get-history-on-react-router-v4" target="_blank" rel="noopener noreferrer">How do you get history in React Router v4?</a></td>
</tr>
<tr>
<td>89</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-perform-automatic-redirect-after-login" target="_blank" rel="noopener noreferrer">How do you perform an automatic redirect after login?</a></td>
</tr>
<tr>
<td></td>
<td><strong>React Internationalization</strong></td>
</tr>
<tr>
<td>90</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-react-intl" target="_blank" rel="noopener noreferrer">What is React Intl?</a></td>
</tr>
<tr>
<td>91</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-main-features-of-react-intl" target="_blank" rel="noopener noreferrer">What are the main features of React Intl?</a></td>
</tr>
<tr>
<td>92</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-two-ways-of-formatting-in-react-intl" target="_blank" rel="noopener noreferrer">What are the two ways of formatting in React Intl?</a></td>
</tr>
<tr>
<td>93</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-use-formattedmessage-as-placeholder-using-react-intl" target="_blank" rel="noopener noreferrer">How do you use FormattedMessage as a placeholder with React Intl?</a></td>
</tr>
<tr>
<td>94</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-access-current-locale-with-react-intl" target="_blank" rel="noopener noreferrer">How do you access the current locale with React Intl?</a></td>
</tr>
<tr>
<td>95</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-format-date-using-react-intl" target="_blank" rel="noopener noreferrer">How do you format a date using React Intl?</a></td>
</tr>
<tr>
<td></td>
<td><strong>React Testing</strong></td>
</tr>
<tr>
<td>96</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-shallow-renderer-in-react-testing" target="_blank" rel="noopener noreferrer">What is the Shallow Renderer in React testing?</a></td>
</tr>
<tr>
<td>97</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-testrenderer-package-in-react" target="_blank" rel="noopener noreferrer">What is the TestRenderer package in React?</a></td>
</tr>
<tr>
<td>98</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-purpose-of-reacttestutils-package" target="_blank" rel="noopener noreferrer">What is the purpose of the ReactTestUtils package?</a></td>
</tr>
<tr>
<td>99</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-jest" target="_blank" rel="noopener noreferrer">What is Jest?</a></td>
</tr>
<tr>
<td>100</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-advantages-of-jest-over-jasmine" target="_blank" rel="noopener noreferrer">What are the advantages of Jest over Jasmine?</a></td>
</tr>
<tr>
<td>101</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#give-a-simple-example-of-jest-test-case" target="_blank" rel="noopener noreferrer">Can you give a simple example of a Jest test case?</a></td>
</tr>
<tr>
<td></td>
<td><strong>React Redux</strong></td>
</tr>
<tr>
<td>102</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-flux" target="_blank" rel="noopener noreferrer">What is Flux?</a></td>
</tr>
<tr>
<td>103</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-redux" target="_blank" rel="noopener noreferrer">What is Redux?</a></td>
</tr>
<tr>
<td>104</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-core-principles-of-redux" target="_blank" rel="noopener noreferrer">What are the core principles of Redux?</a></td>
</tr>
<tr>
<td>105</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-downsides-of-redux-compared-to-flux" target="_blank" rel="noopener noreferrer">What are the downsides of Redux compared to Flux?</a></td>
</tr>
<tr>
<td>106</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-difference-between-mapstatetoprops-and-mapdispatchtoprops" target="_blank" rel="noopener noreferrer">What is the difference between mapStateToProps() and mapDispatchToProps()?</a></td>
</tr>
<tr>
<td>107</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#can-i-dispatch-an-action-in-reducer" target="_blank" rel="noopener noreferrer">Can you dispatch an action in a reducer?</a></td>
</tr>
<tr>
<td>108</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-access-redux-store-outside-a-component" target="_blank" rel="noopener noreferrer">How do you access the Redux store outside a component?</a></td>
</tr>
<tr>
<td>109</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-drawbacks-of-mvw-pattern" target="_blank" rel="noopener noreferrer">What are the drawbacks of the MVW pattern?</a></td>
</tr>
<tr>
<td>110</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#are-there-any-similarities-between-redux-and-rxjs" target="_blank" rel="noopener noreferrer">Are there any similarities between Redux and RxJS?</a></td>
</tr>
<tr>
<td>111</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-reset-state-in-redux" target="_blank" rel="noopener noreferrer">How do you reset state in Redux?</a></td>
</tr>
<tr>
<td>112</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-difference-between-react-context-and-react-redux" target="_blank" rel="noopener noreferrer">What is the difference between React Context and React Redux?</a></td>
</tr>
<tr>
<td>113</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#why-are-redux-state-functions-called-reducers" target="_blank" rel="noopener noreferrer">Why are Redux state functions called reducers?</a></td>
</tr>
<tr>
<td>114</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-make-ajax-request-in-redux" target="_blank" rel="noopener noreferrer">How do you make an AJAX request in Redux?</a></td>
</tr>
<tr>
<td>115</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#should-i-keep-all-components-state-in-redux-store" target="_blank" rel="noopener noreferrer">Should you keep all component states in the Redux store?</a></td>
</tr>
<tr>
<td>116</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-proper-way-to-access-redux-store" target="_blank" rel="noopener noreferrer">What is the proper way to access the Redux store?</a></td>
</tr>
<tr>
<td>117</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-difference-between-component-and-container-in-react-redux" target="_blank" rel="noopener noreferrer">What is the difference between a component and a container in React Redux?</a></td>
</tr>
<tr>
<td>118</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-purpose-of-the-constants-in-redux" target="_blank" rel="noopener noreferrer">What is the purpose of constants in Redux?</a></td>
</tr>
<tr>
<td>119</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-different-ways-to-write-mapdispatchtoprops" target="_blank" rel="noopener noreferrer">What are the different ways to write mapDispatchToProps()?</a></td>
</tr>
<tr>
<td>120</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-use-of-the-ownprops-parameter-in-mapstatetoprops-and-mapdispatchtoprops" target="_blank" rel="noopener noreferrer">What is the use of the ownProps parameter in mapStateToProps() and mapDispatchToProps()?</a></td>
</tr>
<tr>
<td>121</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-structure-redux-top-level-directories" target="_blank" rel="noopener noreferrer">How do you structure Redux top-level directories?</a></td>
</tr>
<tr>
<td>122</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-redux-saga" target="_blank" rel="noopener noreferrer">What is Redux Saga?</a></td>
</tr>
<tr>
<td>123</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-mental-model-of-redux-saga" target="_blank" rel="noopener noreferrer">What is the mental model of Redux Saga?</a></td>
</tr>
<tr>
<td>124</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-differences-between-call-and-put-in-redux-saga" target="_blank" rel="noopener noreferrer">What are the differences between call and put in Redux Saga?</a></td>
</tr>
<tr>
<td>125</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-redux-thunk" target="_blank" rel="noopener noreferrer">What is Redux Thunk?</a></td>
</tr>
<tr>
<td>126</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-differences-between-redux-saga-and-redux-thunk" target="_blank" rel="noopener noreferrer">What are the differences between Redux Saga and Redux Thunk?</a></td>
</tr>
<tr>
<td>127</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-redux-devtools" target="_blank" rel="noopener noreferrer">What is Redux DevTools?</a></td>
</tr>
<tr>
<td>128</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-features-of-redux-devtools" target="_blank" rel="noopener noreferrer">What are the features of Redux DevTools?</a></td>
</tr>
<tr>
<td>129</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-redux-selectors-and-why-use-them" target="_blank" rel="noopener noreferrer">What are Redux selectors and why should you use them?</a></td>
</tr>
<tr>
<td>130</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-redux-form" target="_blank" rel="noopener noreferrer">What is Redux Form?</a></td>
</tr>
<tr>
<td>131</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-main-features-of-redux-form" target="_blank" rel="noopener noreferrer">What are the main features of Redux Form?</a></td>
</tr>
<tr>
<td>132</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-add-multiple-middlewares-to-redux" target="_blank" rel="noopener noreferrer">How do you add multiple middlewares to Redux?</a></td>
</tr>
<tr>
<td>133</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-set-initial-state-in-redux" target="_blank" rel="noopener noreferrer">How do you set the initial state in Redux?</a></td>
</tr>
<tr>
<td>134</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-relay-is-different-from-redux" target="_blank" rel="noopener noreferrer">How is Relay different from Redux?</a></td>
</tr>
<tr>
<td>135</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-an-action-in-redux" target="_blank" rel="noopener noreferrer">What is an action in Redux?</a></td>
</tr>
<tr>
<td></td>
<td><strong>React Native</strong></td>
</tr>
<tr>
<td>136</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-difference-between-react-native-and-react" target="_blank" rel="noopener noreferrer">What is the difference between React Native and React?</a></td>
</tr>
<tr>
<td>137</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-test-react-native-apps" target="_blank" rel="noopener noreferrer">How do you test React Native apps?</a></td>
</tr>
<tr>
<td>138</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-do-logging-in-react-native" target="_blank" rel="noopener noreferrer">How do you log in React Native?</a></td>
</tr>
<tr>
<td>139</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-debug-your-react-native" target="_blank" rel="noopener noreferrer">How do you debug React Native apps?</a></td>
</tr>
<tr>
<td></td>
<td><strong>React Supported Libraries and Integration</strong></td>
</tr>
<tr>
<td>140</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-reselect-and-how-it-works" target="_blank" rel="noopener noreferrer">What is Reselect and how does it work?</a></td>
</tr>
<tr>
<td>141</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-flow" target="_blank" rel="noopener noreferrer">What is Flow?</a></td>
</tr>
<tr>
<td>142</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-difference-between-flow-and-proptypes" target="_blank" rel="noopener noreferrer">What is the difference between Flow and PropTypes?</a></td>
</tr>
<tr>
<td>143</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-use-font-awesome-icons-in-react" target="_blank" rel="noopener noreferrer">How do you use Font Awesome icons in React?</a></td>
</tr>
<tr>
<td>144</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-react-dev-tools" target="_blank" rel="noopener noreferrer">What is React DevTools?</a></td>
</tr>
<tr>
<td>145</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#why-is-devtools-not-loading-in-chrome-for-local-files" target="_blank" rel="noopener noreferrer">Why does DevTools not load in Chrome for local files?</a></td>
</tr>
<tr>
<td>146</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#how-to-use-polymer-in-react" target="_blank" rel="noopener noreferrer">How do you use Polymer in React?</a></td>
</tr>
<tr>
<td>147</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-the-advantages-of-react-over-vuejs" target="_blank" rel="noopener noreferrer">What are the advantages of React over Vue.js?</a></td>
</tr>
<tr>
<td>148</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-the-difference-between-react-and-angular" target="_blank" rel="noopener noreferrer">What is the difference between React and Angular?</a></td>
</tr>
<tr>
<td>149</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#why-react-tab-is-not-showing-up-in-devtools" target="_blank" rel="noopener noreferrer">Why is the React tab not showing up in DevTools?</a></td>
</tr>
<tr>
<td>150</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-are-styled-components" target="_blank" rel="noopener noreferrer">What are styled-components?</a></td>
</tr>
<tr>
<td>151</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#give-an-example-of-styled-components" target="_blank" rel="noopener noreferrer">Can you give an example of styled-components?</a></td>
</tr>
<tr>
<td>152</td>
<td><a href="https://github.com/sudheerj/reactjs-interview-questions#what-is-relay" target="_blank" rel="noopener noreferrer">What is Relay?</a></td>
</tr>
</tbody>
</table>
<p dir="auto"><a href="/topic/180/react-sobesedovanie-voprosy-i-otvety-chast-2">часть 2</a></p>
]]></description><link>https://forum.exlends.ru/topic/179/react-sobesedovanie-voprosy-i-otvety-chast-1</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 08:58:58 GMT</lastBuildDate><atom:link href="https://forum.exlends.ru/topic/179.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Jun 2025 13:01:40 GMT</pubDate><ttl>60</ttl></channel></rss>