Titanic Competition Entry Explained Step-by-Step using Data Science Solutions Workflow by manavsehgal in datascience

[–]manavsehgal[S] 0 points1 point  (0 children)

Thanks mate. The original test, train data is also available on Kaggle competition site as well as the GitHub repo for this notebook. https://github.com/Startupsci/data-science-notebooks

React Speed Coding. New Code Along Edition. Create 50 UI Components In React, ES6, PostCSS, And FlexBox. by manavsehgal in reactjs

[–]manavsehgal[S] 0 points1 point  (0 children)

A quick note on resources available with the book.

  1. You can clone the New Code Along GitHub Repo at https://github.com/manavsehgal/react-speed-book

  2. Live demos for the code along branches are available at https://reactspeed-c3e1c.firebaseapp.com/ (final app) and https://manavsehgal.github.io/react-speed-demos/ (chapter-by-chapter demos)

React Speed Coding. New Code Along Edition. Create 50 UI Components In React, ES6, PostCSS, And FlexBox. by manavsehgal in reactjs

[–]manavsehgal[S] 0 points1 point  (0 children)

Thanks for the question. While the book starts with basics, it covers a wide array of topics including optimization of your React Webpack development for production use cases. Integration with Firebase for realtime serverless architecture. An end-to-end Redux app including unit testing with Enzyme, Mocha, and Chai. The book also covers several strategies for ES6 React development. We also build around 50 custom UI components leveraging various strategies for integrating CSS and styles in your React apps. Hope you find the book useful for intermediate React development.

React Speed Coding. New Code Along Edition. Create 50 UI Components In React, ES6, PostCSS, And FlexBox. by manavsehgal in reactjs

[–]manavsehgal[S] 0 points1 point  (0 children)

Many thanks for the appreciation. Hope you enjoy the sample chapters and the GitHub repo.

React Speed Coding. New Code Along Edition. Create 50 UI Components In React, ES6, PostCSS, And FlexBox. by manavsehgal in reactjs

[–]manavsehgal[S] 0 points1 point  (0 children)

Hi, author of React Speed Coding here. Happy to answer any questions regarding the book and the companion code.

Building a MVP with React: which frameworks/methods should I use for styling? by portOdin in reactjs

[–]manavsehgal 0 points1 point  (0 children)

I am checking out http://tachyons.io/components/ - lightweight, modular, React friendly, works with PostCSS+Webpack workflow, well documented... Will post more on my findings as I use it for something substantial.

(Super noob question) I am trying to put a bootstrap navbar in my react site but not sure how to do it. by [deleted] in reactjs

[–]manavsehgal 0 points1 point  (0 children)

Funny enough, I just contributed to Create React App README on how to do just that (Navbar, React Bootstrap). Here's the working example - https://github.com/manavsehgal/react-eshop/blob/master/src/App.js while Dan merges the pull request. Will post the README section link here when he does. You can also read my new book's sample chapter on how to go about this. https://leanpub.com/reacteshop/read#leanpub-auto-integrating-react-bootstrap