What's new

Tanong lang po -- re: bootstrap at REACT JS -MUI

Wu_Fei

Eternal Poster
Established
hi po ..


hmmm .. gusto ko lang po malaman thoughts nyu po ..


pinagbawal po sa amin gumamit ng BOOTSTRAP ..

REACT JS po gamit namin ... then pede po gumamit ng REACT JS-MUI

edi ba po yung MUI is parang BOOTSTRAP din po yun? tama po ba?
 
boss ano pala wok mo at ano roadmap, undergrad ako pero gusto ko magkawork
roadmap ko is html ,css ,javascript .. (reactjs, react-MUI) ..
front end po . pero sabi nila back end po yung javascript .. so ayun .. sabay sabay na sila inaral ..

hindi po madali ... sipag puhunan ..


nito ko lang sila inaral kasi need sa work ...


masterin mo po kung san ka magaling na , front end or backend .. then do sideline like commisioning then pag patuloy ang schooling .... importante din kasi sa pinas yung meron ka diploma ..
 
Baka nasimulan na sa Material UI kaya ayaw sa inyo pagamit ang bootstrap or ayon 'yung napili ng team niyo na gamitin
nasimulan po si bootstrap po . .naka ilan system na po using bootstrap .. tapos pinagbawal na po bootstrap ..

parehas lang po ba nag bootstrap at MUI>?

PAREHAS LANG PO SI BOOTSTRAP AT REACT MUI?

kasi if pinagbawal yung bootstrap tapos papagamitin kami ng REACT MUI edi parang ewan
 
Last edited:
No, magkaiba sila sa design system MUI is from material design which is commonly used/seen UI for android apps.
i mean, yung way po .. kasi yung bootstrap di ba po para mapadali yugn desing kasi meron na mga template template .. di ba po ganun din yung react mui? meron din mga template template button button ..

meju confused lang po ...
 
i mean, yung way po .. kasi yung bootstrap di ba po para mapadali yugn desing kasi meron na mga template template .. di ba po ganun din yung react mui? meron din mga template template button button ..

meju confused lang po ...
Yes, as most of CSS frameworks naman may ready made components na; pero kung prefer niyo ease of customization, flexible and lightweight, then Tailwind might work best for you.
 
Yes, as most of CSS frameworks naman may ready made components na; pero kung prefer niyo ease of customization, flexible and lightweight, then Tailwind might work best for you.
yung tailwind po ba parang MUI din? sorry po dami ko tanung . .

ang dami nila . .nalilito po ako . .tailwind , mui , tapos meron pa ku na-encounter na ANT DESIGN

yung tailwind po ba parang MUI din? sorry po dami ko tanung . .

ang dami nila . .nalilito po ako . .tailwind , mui , tapos meron pa ku na-encounter na ANT DESIGN
NALIILTO NA KO KUNG ANO GAGAMITIN . . .. MERON TAILLWIND . .TAPOS MERON REACT MUI .. .

nalilito ako kung ano dapat unahin o pag araln , o i-focus ..

Yes, as most of CSS frameworks naman may ready made components na; pero kung prefer niyo ease of customization, flexible and lightweight, then Tailwind might work best for you.
customization .. tailwind css . .noted po . .thank you po .. nag yo YøùTùbé po me now regarding tailwind css . .
 
Last edited:
ang alam ko sa MUI is component based sya. Mismong component na yung lalagyan ng style using props.
sa Tailwind naman, puro utility classes lang. sa mismong className sya nilalagay.

Tailwind kasi gamit ko ngayon. Pero soon mag tatry ako ng component based styling.
 
ang alam ko sa MUI is component based sya. Mismong component na yung lalagyan ng style using props.
sa Tailwind naman, puro utility classes lang. sa mismong className sya nilalagay.

Tailwind kasi gamit ko ngayon. Pero soon mag tatry ako ng component based styling.
meron po bang mga parang template template si tailwind? kasi balak ko po sya aralin .

nag pipili lang po ako between TAILWIND CSS and REACT JS MUI ..

REACT JS po kasi inaaral namin ..

ano po palagay nyu?

Baka nag-iba kayo ng methodology sa pag-gawa ng components kaya mas prefered nila 'yung MUI kesa bootstrap.
dont know .. pero yun gusto ng higher ups so , need to follow .. ..

anyway, pinagpipilian ko po aralin is tailwind css or react js mui .

pede po makahingi ng advice? salamat po

ang alam ko sa MUI is component based sya. Mismong component na yung lalagyan ng style using props.
sa Tailwind naman, puro utility classes lang. sa mismong className sya nilalagay.

Tailwind kasi gamit ko ngayon. Pero soon mag tatry ako ng component based styling.
meju okay okay na po kasi ako css .. flexbox and onti sa grid .. .

kaya ko na kaya mag tailwind css?

bali nakagawa na ko ng simple website using html css javascript . .. onti pa lang sa javascript . .

naka gawa na ko simple lang po with header, sidebar , dropdwon .. using react js po ..

kaya ko na kaya mag tailwind css?
 
Last edited:
Ang maipapayo ko lang sa'yo sir eh kung saan naka-align ang philosophy mo eh ayun muna ang una mong aralin. Kasi pareho mong ma-a-achieve 'yung style sa parehong paraan.

Since ang ina-aral niyo ngayon eh react MUI, doon kana lang muna mag-focus tsaka na 'yung tailwind.
 
React MUI and Bootstrap are the same in principle. They have ready made components that you can use. Complete with CSS customization. The difference is in their design philosophy. When it comes to your clients, they won't care what tool you used as long as they agree on the design upfront.

Tailwind has two products. The utilities one (most common) and the UI components. The UI components isn't free. It's ρáíd but there are free Tailwind based UI components from 3rd parties that are based on Tailwind utilities.

When it comes to Tailwind, most folks are referring to the utilities product. It basically takes a different approach when designing components with CSS. Instead of creating BEM style, separate files of CSS, you can utilize functional like classes to style your HTML. So basically CSS in Tailwinds' philosophy is an integral part of HTML.

But this won't matter to you if you don't understand the common way how CSS is used without MUI or Bootstrap. You will get the most appreciation of Tailwind if you are aware of doing things without frameworks like MUI and Bootstrap.

You should try making a product first without Bootstrap, Tailwind, and MUI. So you can get a better grasp of the fundamentals of designing with CSS and appreciate the pitfalls.

But if this is a requirement, then you got no choice. Follow the requirement.
 
React MUI and Bootstrap are the same in principle. They have ready made components that you can use. Complete with CSS customization. The difference is in their design philosophy. When it comes to your clients, they won't care what tool you used as long as they agree on the design upfront.

Tailwind has two products. The utilities one (most common) and the UI components. The UI components isn't free. It's ρáíd but there are free Tailwind based UI components from 3rd parties that are based on Tailwind utilities.

When it comes to Tailwind, most folks are referring to the utilities product. It basically takes a different approach when designing components with CSS. Instead of creating BEM style, separate files of CSS, you can utilize functional like classes to style your HTML. So basically CSS in Tailwinds' philosophy is an integral part of HTML.

But this won't matter to you if you don't understand the common way how CSS is used without MUI or Bootstrap. You will get the most appreciation of Tailwind if you are aware of doing things without frameworks like MUI and Bootstrap.

You should try making a product first without Bootstrap, Tailwind, and MUI. So you can get a better grasp of the fundamentals of designing with CSS and appreciate the pitfalls.

But if this is a requirement, then you got no choice. Follow the requirement.
thank you .. <3
 
roadmap ko is html ,css ,javascript .. (reactjs, react-MUI) ..
front end po . pero sabi nila back end po yung javascript .. so ayun .. sabay sabay na sila inaral ..

hindi po madali ... sipag puhunan ..


nito ko lang sila inaral kasi need sa work ...


masterin mo po kung san ka magaling na , front end or backend .. then do sideline like commisioning then pag patuloy ang schooling .... importante din kasi sa pinas yung meron ka diploma ..
both ang js. for front and backend. anyway anong year kana ts?
 
Back
Top