|
|
|
|
|
by rglover
4194 days ago
|
|
Here's an example of a really simple CRUD app. To give you an idea, I literally just wrote this in the last 10 minutes. https://gist.github.com/themeteorchef/aa48a086824d9736033d I added some inline comments to explain how everything is tied together, but if you have questions shoot me an email/gchat! ryan.glover@themeteorchef.com. If you're looking to build a quick CRUD app, Meteor would be a great candidate. Edit: In this example, the interaction would be when I type a taco name into the field provided and click "submit," it would immediately appear in my tacos list :) |
|
I'm open to giving it a look, but honestly I really love ES6, React and Express. I can't think of much reason to leave them anytime soon.
I've been known to be tempted. And if it really increases productivity the way the marketing claims than I can see it's use case at the company I work for as well.
My fear is kind of two fold.
One I really like the NodeJS micro-modules/micro services architecture. I like being able to consider each entity of an application it's own application. It's really easy to scale, it's really easy to completely replace portions of the application when I want to update them.
Second, I don't like 'automagic', I found both Rails and Ember really awful for me personally. I had to constantly check the documentation to understand what is expected of each layer, and there are always so many layers.
Last question if you'll continue to indulge me. I prefer functional programming to OO, since Meteor is reactive is it safe to assume it is also geared towards a functional paradigm?