I am trying to bet on how many new Javascript frameworks will be released each month. I think, the best developer’s game in the past 5 years. I really think 2018 will be the perfect time for learning one framework for one problem and being able to mix them without (I hope) too much issue. At least before the “next big framework” :-)
Some of the main Javascript frameworks to watch in 2018 are here:
GraphQL:
Brings a new way to query data from server to frontend. You can think of it as a new protocol, a communication standard between client and server. Not only for websites, but also for desktop and mobile apps. This concept of “fetching only what you need” is important and should be at the core of every front and back end development. Reducing the size of every network exchange is crucial, especially for users with slow networks. I believe that GraphQL could become a standard in 2018.
React:
who doesn’t know React in 2018? React is actually not easy to learn, I see my students challenged by it everyday. But when all concepts of props, state, life cycle, actions, etc. are mastered, it is a very powerf