advanced-react-webpack-babel-setup
advanced-react-webpack-babel-setup copied to clipboard
Add TypeScript support
Is it possible to add TS support?
- [ ] remove prop-types from code and package.json
- [ ] add minimalistic typescript support
- [ ] add type safety for
titleprop in src/App.js component
I read your blog posts and thank you for all the tips and tricks you've been writing. Anyway, I think I can tackle this issue. Are you planning to just add type declarations or go all TypeScript by also converting the files to .ts and .tsx files?
Converting the files would be great too. Would be awesome to see a PR coming from you!
Cool beans! I had already jumped the gun earlier so I have a pull request with the required changes. I just need you to review it.
How is it going with the PR @AlliVil :)
If I'm not mistaken, I've already made a pull request.