tyroprogrammer / learn-react-app

Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!
MIT License
3.65k stars 328 forks source link

feat(ts-support): add typescript support #37

Closed acidicX closed 3 years ago

acidicX commented 5 years ago

Hi, thanks a lot for publishing this great React tutorial!

I integrated TypeScript exercise files with this PR. I know it might be a hacky solution, but it's just a proof of concept and I did not want to change the whole URL structure etc.

Let me know what you think @tyroprogrammer !

karlhorky commented 5 years ago

Nice one @acidicX ! If you merge in my changes in 5c60d9dba76b5fa42819bb69705d3a16316a3189 from master, I suppose the tests will pass?

acidicX commented 5 years ago

@karlhorky you're welcome ;) done!