react-typescript-boilerplate icon indicating copy to clipboard operation
react-typescript-boilerplate copied to clipboard

Status of this fork

Open labarilem opened this issue 6 years ago • 2 comments

Hi, just wanted to know if there are any plans for this fork or if you're no longer mantaining it. Also, are the various readmes/guides stored in this fork up to date? I'm wondering if there are specific steps that I need to perform in order to bootstrap a new project. Thanks 😄

labarilem avatar Mar 13 '18 14:03 labarilem

I have neglected this fork a little, I will admit, its probably behind in terms of best typescript practices and features.

The Readmes/guides haven't been altered since this forked off of react-boilerplate/react-boilerplate.

Currently I don't have the time to clean it all back up at once. But, if someone were to post an issue on something specific or submit a PR, I'd have the time to take a look since I do actively use the underlying code base in production systems.

Some of the modules are out of date.

For example:

  • React@16 breaks HMR when used with typescript.)
  • Webpack is now 2 major versions behind

StrikeForceZero avatar Mar 13 '18 20:03 StrikeForceZero

Actually, I just tried to clone and run it, but it threw a lot of errors. I believe it was the tests failing etc, didn't look too deep into it.

SimpleCookie avatar Sep 04 '18 15:09 SimpleCookie