Problem with coding in React?

1 replies
Over the past two months, I have been working on an interesting project at my company which is supposed to be a very big one. So at first, as a team leader and core maker, I spent quite a lot of time to find a good starting point, I meant stuff like how to structure the project, which frontend stack to use, how that stack connects to server, how to set up and bring all those things together, etc, to satisfy all the project's requirements.

Finally, I settled down with Meteor for backend, React for frontend, and Vanilajs ES6 MVC for the app extension (this was the most interesting part of the project. I will talk about it in another blog). At first things went well and smooth. Needless to say that React was so amazing that I completely changed my thoughts when programming.

But soon later, since this was the first time I had really built such a big project with React, things started to get messy. I encountered a problem that every big project coded in React had. Hence, I have this post written to let you know what problem was and how I attempted to solve it: https://blog.designveloper.com/2016/...ent-in-meteor/

If you are still using React version 0.14.3 in Meteor 1.2, which is possible if you already worked in these frameworks, I hope that you will get benefited from my pattern and take the best of it.
#coding #problem #react
  • Profile picture of the author naveenselva
    React is best known for its controversial decisions: implementing a virtual DOM, defining UI in JavaScript rather than templates, and inventing a little superset of JavaScript called JSX that allows you to embed not-really-HTML directly into your JS code.
    {{ DiscussionBoard.errors[10785768].message }}

Trending Topics