PVTDD and advanced usage of functional programming for meComment·Thread·Jan 3, 2017·1·What are a few things you are planning to improve in your development workflow/coding process in 2017?
PVamen! me too :)Reply·Thread·Jan 3, 2017·1·What are a few things you are planning to improve in your development workflow/coding process in 2017?
PVIsnt thought material UI messier ? I dont like that material UI messing with inline css code on every component i prefer the css way.Comment·Thread·Dec 14, 2016·2·Which one is the better Material Design Framework for ReactJS apps : Material UI vs React Toolbox?
PVlike @topey said i am using something like componentDidMount() { if(!this.props.user) { //fetch or dispatch } }Comment·Thread·Dec 13, 2016·1·Props not loading before Render?
PVi can do that with webpack though with babel+webpack. My questions though is shall i stick with function way or shall i move to classes. Not a big fan of OO on jsReply·Thread·Dec 13, 2016·1·Splitting Javascript library into modules
PVWhat i did to solve this is to do a check on componentDidLoad function and check if the props.item is empty or not. If it is then i am fetching from server!Comment·Thread·Dec 12, 2016·1·load page to fetch data?