Reputation: 915
I want to use React and meteor together with Semantic UI.
I see that Semantic has an official atmosphere package
There is also a Semantic-UI-React project
What is the best way to install this stack?
Is there any reason(s) that it doesn't make sense at all?
Would react-router also fit in the stack?
Upvotes: 1
Views: 753
Reputation: 220
We have a boilerplate that may help you. It’s using the following components: - Meteor V 1.7.0.3 - React 16.4.1 - React Router V4.3.1 - Semantic-ui-react 0.81.1
https://github.com/factoryThings/fTboilerplate
Upvotes: 2
Reputation: 651
Here is a starter repo for MeteorJS + ReactJS I've written. I have also installed semantic-ui under /client/lib
https://github.com/pkcwong/meteor-react-starter
I am a huge fan of ReactJS and semantic-ui.
Basically you first install semantic-ui-react, then you still have to follow this link to install the actual semantic-ui library.
https://github.com/Semantic-Org/Semantic-UI-Meteor
Upvotes: 2