HMit necessarily when we work with complicated project, if you create a small project with some components you can use React Context Context provides a way to pass data through the component tree without having to pass props down manually at every levelComment·Thread·Jun 7, 2019·React + Redux Container Pattern, is it necessary for a real project?
HMI developed all my project with php (slim framework, and symfony)Comment·Thread·Feb 4, 2019·Do you use PHP in production for work?
HMhttps://www.atlassian.com/git/tutorials/merging-vs-rebasingComment·Thread·Jan 29, 2019·[Back to Basics] git merge vs rebase: What are the differences according to you?
HMpackage main func main () { for { } } with golangComment·Thread·Jan 29, 2019·Can you write a shortest infinite loop?
HMFirst you install the css-loader from https://github.com/webpack-contrib/css-loader npm install --save-dev css-loader then : import 'path/fileName.css' ;Comment·Thread·Jan 29, 2019·I am unable to import css files ,I am learning webpack and practicing examples , to use css-loaders, style-loader not able to import css files?
HMimport {Location} from '@angular/common' ; export class MyComponent { // inject location into component constructor constructor (private location: Location) { } cancel() { this .location.back(); // <-- go back to previous location on cancel } ...Comment·Thread·Jan 29, 2019·How can I go to the previous page using router.navigation?
HMI use Zsh with extension autocompletion it's a good tools :D https://github.com/zsh-users/zsh-autosuggestionsReply·Thread·Dec 17, 2018·FISH or ZSH: Which Shell CLI do you prefer (with reasons)?
HMMy favourites list : PHP Javascript Typescript Ruby Currently learning: : Go lang DartComment·Thread·Jun 11, 2018·3·What programming languages have you learned so far in your programming career?
HMhttps://github.com/AdeleD/react-paginateComment·Thread·Jan 17, 2018·1·What React pagination library can I use with material UI styling?