流星反应全日历实施

meteor react fullcalendar implementation

我是流星的新手,我完全不知道如何执行以下操作: 我想使用 react 作为视图层。因此,我使用 themeteorchef base 作为样板。我想添加 fullcalendar 来显示日历数据。有几个包在流星中提供完整的日历。参见 https://atmospherejs.com/?q=fullcalendar . However when using these, they all seem to rely on blaze as templating engine... I tried converting the blaze template to a react component by using this package: https://atmospherejs.com/thereactivestack/blazetoreact 但是我对如何做到这一点一无所知,任何人都可以指出我正确的方向吗?

既然你现在正在使用 React,我只想寻找做同样事情的 React 组件。我为您发现了一个 Full Calendar React 组件:

Demo Page

GitHub

Npm

它在 npm 上似乎很受欢迎,希望对你有用。