-
Notifications
You must be signed in to change notification settings - Fork 243
Release: Version 14 #524
Comments
Yes! We should also go through the ideas/suggestions for 'next' ticket and see which of those can be included: #428 |
Hey all! Thanks for the activity here. Please would all contributors get active on the gitter channel. Thanks 👍 I'd like us to start using a git rebase strategy for Please keep all changes targetting I'll review #428 and give some more of my ideas. Also, has anyone tried I'd also like to start killing the feature branches. Really keep them down to 2 or 3 at an absolute maximum. I know we had an issue for this already. I'll revisit it soon. |
How does this work with css-in-js libraries, e.g. styled-components? Will this be a problem for branches? |
@ctrlplusb which branches you think will be good to maintain? |
@codepunkt you mean 'RenderToNodeStream' with css-in-js? |
@sergiokopplin Yeah. Just noticed i've commented into the wrong issue. Sorry for that! |
Another topic for v14: react-universally/internal/webpack/configFactory.js Lines 379 to 383 in 83d533a
I noticed in the configFactory here that we create client bundles in ES5. I was researching a little bit more and it seems like if we set up two bundles - one for modern browsers and one for non-modern browsers, we can make a significant dent on bundle sizes. Still new to this topic but most of my understanding comes from this article: https://philipwalton.com/articles/deploying-es2015-code-in-production-today/ |
I've been busy in React Native world, please let me know if you guys need help. |
Hello, Best |
Question @ctrlplusb , are we using prettier-eslint or no? There seems to be an inconsistency between branches regarding prettier. All pull-requests are now including prettier junk, making it very hard to glance PR's. Thanks |
I am keen on vanilla prettier (i.e. without the prettier-eslint). We should also use eslint-preset-prettier alongside eslint-preset-airbnb in order to disable all the style rules. 👍 |
@birkir Thoughts on #524 (comment) with webpack 4? |
I haven't seen any check lists going around or a discussion on releasing the next branch so here we are.
What else am I forgetting? We should get this up to date and out since the release of React 16 seems to be smooth.
The text was updated successfully, but these errors were encountered: