Skip to content

Commit 269cf55

Browse files
authored
Merge pull request sudheerj#20 from omerg/broken-anchor-links
Some links in table of contents are broken. (233, 249, 267, 306 )
2 parents cdb3cd0 + 3549180 commit 269cf55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
|230| [What are the benefits of React Router V4?](#what-are-the-benefits-of-react-router-v4)|
247247
|231| [Can you describe about componentDidCatch lifecycle method signature?](#can-you-describe-about-componentdidcatch-lifecycle-method-signature)|
248248
|232| [In which scenarios error boundaries do not catch errors?](#in-which-scenarios-error-boundaries-do-not-catch-errors)|
249-
|233| [Why do not you need error boundaries for event handlers?](#why-do-not-you-need-error-boundaries-for-event0-handlers)|
249+
|233| [Why do not you need error boundaries for event handlers?](#why-do-not-you-need-error-boundaries-for-event-handlers)|
250250
|234| [What is the difference between try cath block and error boundaries?](#what-is-the-difference-between-try-catch-block-and-error-boundaries)|
251251
|235| [What is the behavior of uncaught errors in react 16?](#what-is-the-behavior-of-uncaught-errors-in-react-16)|
252252
|236| [What is the proper placement for error boundaries?](#what-is-the-proper-placement-for-error-boundaries)|
@@ -262,7 +262,7 @@
262262
|246| [What are the methods invoked during error handling?](#what-are-the-methods-invoked-during-error-handling)|
263263
|247| [What is the purpose of displayName class property?](#what-is-the-purpose-of-displayname-class-property)|
264264
|248| [What is the browser support for react applications?](#what-is-the-browser-support-for-react-applications)|
265-
|249| [What is the purpose of unmountComponentAtNode method?](#what-is-the-purpose-of-unmountcomponentatNode-method)|
265+
|249| [What is the purpose of unmountComponentAtNode method?](#what-is-the-purpose-of-unmountcomponentatnode-method)|
266266
|250| [What is code-splitting?](#what-is-code-splitting)|
267267
|251| [What is the benefit of strict mode?](#what-is-the-benefit-of-strict-mode)|
268268
|252| [What are Keyed Fragments?](#what-are-keyed-fragments)|
@@ -280,7 +280,7 @@
280280
|264| [How do you say that state updates are merged?](#how-do-you-say-that-state-updates-are-merged)|
281281
|265| [How do you pass arguments to an event handler?](#how-do-you-pass-arguments-to-an-event-handler)|
282282
|266| [How to prevent component from rendering?](#how-to-prevent-component-from-rendering)|
283-
|267| [What are the conditions to safely use the index as a key?](#What-are-the-conditions-to-safely-use-the-index-as-a-key)|
283+
|267| [What are the conditions to safely use the index as a key?](#what-are-the-conditions-to-safely-use-the-index-as-a-key)|
284284
|268| [Is it keys should be globally unique?](#is-it-keys-should-be-globally-unique)|
285285
|269| [What is the popular choice for form handling?](#what-is-the-popular-choice-for-form-handling)|
286286
|270| [What are the advantages of formik over redux form library?](#what-are-the-advantages-of-formik-over-redux-form-library)|
@@ -319,7 +319,7 @@
319319
|303| [How to fetch data with React Hooks?](#how-to-fetch-data-with-react-hooks)|
320320
|304| [Is Hooks cover all use cases for classes?](#is-hooks-cover-all-use-cases-for-classes)|
321321
|305| [What is the stable release for hooks support?](#what-is-the-stable-release-for-hooks-support)|
322-
|306| [Why do we use square brackets in useState?](#why-do-we-use-square-brackets-in-usestate?)|
322+
|306| [Why do we use square brackets in useState?](#why-do-we-use-square-brackets-in-usestate)|
323323
|307| [What are the sources used for introducing hooks?](#what-are-the-sources-used-for-introducing-hooks)|
324324
|308| [How do you access imperative API of web components?](#how-do-you-access-imperative-api-of-web-components)|
325325
|309| [What is formik?](#what-is-formik)|

0 commit comments

Comments
 (0)