We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9984822 commit a8da8dfCopy full SHA for a8da8df
README.md
@@ -1,3 +1,9 @@
1
# react-advanced-workshop
2
3
-# Agenda coming soon
+### Agenda
4
+* How to get access to DOM Nodes with the power of refs (by Kiran)
5
+* Portals (by Souvik)
6
+* Component Patterns [Higher order components & Render Props] (by Nitish)
7
+* Performance Optimizations (by Darpan)
8
+* Error Boundaries (by Kamlesh)
9
+* Testing React component (by Himadri)
slides/slides.md
@@ -0,0 +1,13 @@
+### React Advanced Workshop
+
+---
+### Setup
+```
+git clone https://github.com/ReactBangalore/react-advanced-workshop
+cd exercises
+npm install
10
+npm start
11
12
13
0 commit comments