The search feature has poor performance. Some important APIs (for example, clientOnly and ParentProps) that should appear in the search results are missing.
Also, there have been requests for the ability to search within normal text and code blocks. This functionality would be helpful for users looking to find examples of specific API usage.
Certain API options, such as deferStream, are also not searchable. This can be addressed by using headings to document API options instead of tables. This is being implemented gradually.
Related issues: (for more context and discussions)
The search feature has poor performance. Some important APIs (for example,
clientOnlyandParentProps) that should appear in the search results are missing.Also, there have been requests for the ability to search within normal text and code blocks. This functionality would be helpful for users looking to find examples of specific API usage.
Certain API options, such as
deferStream, are also not searchable. This can be addressed by using headings to document API options instead of tables. This is being implemented gradually.Related issues: (for more context and discussions)
deferStream#987