red-gold / react-social-network

Simple React Social Network
https://medium.com/@qolzam/create-social-network-by-react-js-fe60010a32e6
MIT License
489 stars 485 forks source link

What are your thoughts on TSX? #35

Closed quantuminformation closed 6 years ago

quantuminformation commented 6 years ago

I noticed that you use jsx instead.

Qolzam commented 6 years ago

I suppose it's not so much different between them. I migrated all the components to TSX to have a cleaner code. The only different is in generic component<P,S> nothing changed. However, whole the code is now under typescript.

Qolzam commented 6 years ago

Merged.