-
Notifications
You must be signed in to change notification settings - Fork 8
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
Topics for advanced react workshop #1
Comments
Would we have time to cover static type checking with Flow? I can take HOCs and Render Props as they are related. |
static type checking with Flow is specific to react. So we can skip it for this workshop. I didn't add context because its API is changing. |
@akiran in my opinion we can remove findDOMNode as it doesn't get used by 90-95% of the developers. What do you say? |
@kakadiadarpan, Yes I agree. |
How about the following topics:
|
I can take up performance optimization and build tooling if we decide to include it. |
@kakadiadarpan Yes, I added those topics. You can start creating slides and exercises for them. @nitishkr88 Yes, you can take render Props and HOC's. Feel free to open a PR with you content, so that we can review each others slides and examples and try to get good flow for workshop |
@iamhimadri are you interested to take up Testing react components? |
@akiran Since everything else is taken up Error boundaries are only left out 😆 I can take up that. I can collab with @kakadiadarpan on the topics he's taking up. |
Sure @kamleshchandnani and @akiran I can take Testing React Component topic. |
@kakadiadarpan I removed build tools from this workshop. We can have separate workshop for topics independent of React like build tools, code splitting, flow etc @kamleshchandnani @iamhimadri I added your topics to the list |
@akiran sure! That makes sense actually 😄 |
@kakadiadarpan @akiran @kamleshchandnani @nitishkr88 @souvikbasu
OR
|
@iamhimadri
Let's keep the solutions separate from exercises. |
@kakadiadarpan @akiran @kamleshchandnani @nitishkr88 @souvikbasu excercises and solutions folder should be created with create react-react-app you can put you code inside the source folder of exercises and solutions |
This thread is to discuss the agenda for advanced react workshop
These are the topics based on our discussion
Let me know, if we need to add or remove any topics from this list.
@kakadiadarpan @sunnykgupta @nitishkr88 @kamleshchandnani
Also let me know which topics you would like to present, so that we can started creating slides and exercises.
The text was updated successfully, but these errors were encountered: