Mario Hernandez

Results 6 comments of Mario Hernandez

I kind of already did something like that but I didn't like that I had to have another component hold state to manage this when the hook already has its...

This is the simplest example. There are no props for the path parameters and all activity is contained within the functional component. I've tried passing in a prop (as seen...

That would be great but I haven’t yet figured out how to do that. What configurations cause this to happen? I’ve been reading over the documentation for two days, reading...

I made a mini project [https://github.com/elchicofrommo/minicssextract_e1.git](url) with two scss files, one entry file and trying to get output css file for each source scss file. I've tried multiple combos of...

I think I figured out how to do what I'm was looking for with a combination of other loaders. Basically using file-loader, extract-loader, css-loader, sass-loader I can extract them all...

The link was you could clone the repo and look. It is here https://github.com/elchicofrommo/minicssextract_e1 . You can see in the project I have two scss files and one js files....