tsnolan23 / tailor-react-spa

A demo React app using Tailor with common dependencies between fragments
80 stars 33 forks source link

Feature: Contact Filtering in Header (Fragment Communication Example) #11

Open armand1m opened 5 years ago

armand1m commented 5 years ago

What it does

This adds an Example of Fragment Communication, such as asked in #7.

This is a simple Contact Filtering input in the Header, that emits a CustomEvent on each change so the Contacts fragment can listen to that.

6rik5tadh4

tsnolan23 commented 5 years ago

Hey @armand1m , sorry for the delayed response on this. This is awesome! Happy to merge it, but I just switched to yarn to improve the installation experience, so if you want to remove the conflict with package-lock.json, we can roll it in.

tsnolan23 commented 5 years ago

This would close #7, too, I believe.

armand1m commented 5 years ago

@tsnolan23 hey! I will solve those later today then =)

tsnolan23 commented 5 years ago

Sounds good @armand1m