I am using laika for testing and meteor-router packaging for wiring. I want to do some tests to navigate to a certain page, fill out a form, submit it and check the success message, but I still sti
Tag: Meteor
Meteor – How to change LayoutTemplate in some expressions? Rail router
My application has multiple layouts to meet different needs, and I want to dynamically select it. For example, depending on GET parameters, or if the user logs in.
Router.configure({ layoutTe
Meteor – unexpected token after Const
When I try to specify a constant, I receive an unexpected token error in React, and I can’t seem to figure out the reason.
My code is very simple, I almost completely followed the react-boots