Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add (or modify) an FAQ section with common questions / pitfalls #1787

Open
johnrom opened this issue Aug 31, 2019 · 0 comments
Open

Add (or modify) an FAQ section with common questions / pitfalls #1787

johnrom opened this issue Aug 31, 2019 · 0 comments
Labels

Comments

@johnrom
Copy link
Collaborator

johnrom commented Aug 31, 2019

📖 Documentation

We should add a FAQ to the official docs, so we can point commonly asked questions there with code examples demonstrating common pitfalls users fall into. React's is here: https://reactjs.org/docs/faq-ajax.html

Effects

A lot of people ask around here how to perform actions when any field changes, save state to a higher component, log errors on submit, etc. I think it'd be nice to have an area of documentation we can point to and make it official.

#1745
#1633
#271
#1750
#172
#1106
#1670

Input lag / many renders

This is almost always "a function re-creates a component on every render which React cannot identify as the same component."

Feel free to add other Q's here if you find them asked multiple times in issues or the discord.

@johnrom johnrom changed the title Add (or modify) an FAQ section with common questions Add (or modify) an FAQ section with common questions / pitfalls Aug 31, 2019
@stale stale bot added the stale label Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant