Hello,
The Blueprint UI is very polished but maybe the React / Typescript features put it beyond use for some legacy development HTML/CSS/JS pipeline.
Would love a 'lite' UI framework (simlar to Bootstrap or MDL) that essentially is simpler code for components for use with traditional skills and pipelines, if possible.
Thanks!
legacy development HTML/CSS/JS pipeline.
Curious what you mean when you say this? If you're entire app is not written with React, you can still use the Blueprint components as ad-hoc pieces. It still requires React to do the rendering, but you can build re-usable pieces of functionality and then drop them into an existing JS codebase (jQuery, Backbone, whatever) pretty easily. We did this before we migrated our entire app over to using React.
Also you can simply use the blueprint CSS files _without_ JS too, you just have to build your own HTML markup.
The CSS APIs and Vanilla JS usage (both noted above) have always been our two-pronged approach to Blueprint Lite:
ReactDOM.render, with or without a different JS framework.Closing this issue as it seems we've done our part and doing any more work here is against the goals of the project (namely, being a React component library).
Most helpful comment
The CSS APIs and Vanilla JS usage (both noted above) have always been our two-pronged approach to Blueprint Lite:
ReactDOM.render, with or without a different JS framework.Closing this issue as it seems we've done our part and doing any more work here is against the goals of the project (namely, being a React component library).