1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00
Files
mywebsite/posts/Web Stuff/2017-03-29-react-starter.md

20 lines
1.0 KiB
Markdown

# React starter project with Typescript and Webpack 2
I recently switched over to Typescript and it's super nice! The combination with VSCode's IntelliSense is amazing! It was a bit tedious to set up at first, but it's worth it!
## react-starter
I tend to start on web projects quite often so I made a project that I can use to jump right into things! I recently updated it to use the latest Webpack version (2) as well as Typescript! I also pulled in the newest react-router, which is renamed to react-router-browser for browsers.
I played around with [Flow](https://flow.org/) a little bit, which is a static type checker for javascript, but I decided to go with Typescript. I think it has more momentum right now and it seems to have a bigger community. It also works great with React and React Native!
I plan to keep this project up to date with the latest web standards.
At the time of this post I currently am using the following:
- React
- Typescript
- Yarn
- Webpack 2
[Check out the project here!](https://github.com/mgerb/react-starter)