Skip to content

Commit a8da8df

Browse files
committed
slides setup
1 parent 9984822 commit a8da8df

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# react-advanced-workshop
22

3-
# Agenda coming soon
3+
### 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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### React Advanced Workshop
2+
3+
---
4+
5+
### Setup
6+
```
7+
git clone https://github.com/ReactBangalore/react-advanced-workshop
8+
cd exercises
9+
npm install
10+
npm start
11+
```
12+
13+
---

0 commit comments

Comments
 (0)