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

Topics for advanced react workshop #1

Open
akiran opened this issue Mar 12, 2018 · 15 comments
Open

Topics for advanced react workshop #1

akiran opened this issue Mar 12, 2018 · 15 comments

Comments

@akiran
Copy link
Contributor

akiran commented Mar 12, 2018

This thread is to discuss the agenda for advanced react workshop

These are the topics based on our discussion

  • Higher order components (Nitish)
  • Render props (Nitish)
  • refs (Kiran)
  • Server side rendering (Kiran)
  • Performance Optimizations (Darpan)
  • Portals (Souvik)
  • Error Boundaries (Kamlesh)
  • Testing React component (Himadri)

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.

@nitishkr88
Copy link
Collaborator

Would we have time to cover static type checking with Flow?

I can take HOCs and Render Props as they are related.

@akiran
Copy link
Contributor Author

akiran commented Mar 12, 2018

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.
Should we cover portals and error boundaries in this workshop ?

@kakadiadarpan
Copy link
Collaborator

@akiran in my opinion we can remove findDOMNode as it doesn't get used by 90-95% of the developers. What do you say?

@akiran
Copy link
Contributor Author

akiran commented Mar 16, 2018

@kakadiadarpan, Yes I agree.

@kakadiadarpan
Copy link
Collaborator

How about the following topics:

  • Error boundaries
  • Testing react components
  • Performance Optimizations
    • Understanding shouldComponentUpdate
    • Avoiding wasteful rerenders using PureComponent
    • Immutable data structures
    • Profiling Components with the Chrome Performance Tab
  • Build tooling

@kakadiadarpan
Copy link
Collaborator

I can take up performance optimization and build tooling if we decide to include it.

@akiran
Copy link
Contributor Author

akiran commented Mar 16, 2018

@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

@akiran akiran closed this as completed Mar 16, 2018
@akiran akiran reopened this Mar 16, 2018
@kamleshchandnani
Copy link
Collaborator

@iamhimadri are you interested to take up Testing react components?

@kamleshchandnani
Copy link
Collaborator

@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.

@himadridev
Copy link
Collaborator

Sure @kamleshchandnani and @akiran I can take Testing React Component topic.

@akiran
Copy link
Contributor Author

akiran commented Mar 17, 2018

@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

@kakadiadarpan
Copy link
Collaborator

@akiran sure! That makes sense actually 😄

@himadridev
Copy link
Collaborator

@kakadiadarpan @akiran @kamleshchandnani @nitishkr88 @souvikbasu
how are we following the folder structure for PR?

exercise/
     performance-optimizations/
     testing-react-component/
solution/
     performance-optimizations/
     testing-react-component/

OR

performance-optimizations/
    exercise/
    solution/
testing-react-component/
    exercise/
    solution/

@kakadiadarpan
Copy link
Collaborator

@iamhimadri

exercise/
     performance-optimizations/
     testing-react-component/
solution/
     performance-optimizations/
     testing-react-component/

Let's keep the solutions separate from exercises.

@akiran
Copy link
Contributor Author

akiran commented Mar 31, 2018

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants