DEV Community

Cover image for Takeaways from ReactFoo+VueDay Pune
Nitin Reddy
Nitin Reddy

Posted on

3 1

Takeaways from ReactFoo+VueDay Pune

After a long time, I had attended a tech conference. So this time it was ReactFoo+VueDay, a tech conference on React and Vuejs.

I would like to discuss my takeaways from today's conference:-

  • Migration of codebase from one framework to another. Pros and cons which you have to deal with when you are migrating the codebase.

  • Redux store - How to deal with data when using Redux as a state management tool

  • Declarative and Imperative style of programming in React

  • A brief introduction to Reactive programming as a React/Vue developer

  • How to use React's context APIs with the latest hooks APIs

  • Using TypeScript and Hooks in a greenfield react projects plus a unit and integration testing mechanism in place.

  • Persisting data across systems with the help of react-persist

Special thanks to Aziz Khambati for the talk on reactive programming and other speakers, and the hasGeek for organizing the ReactFoo+VueDay.

Thanks for reading, Happy learning :)

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (1)

Collapse
 
mohsin708961 profile image
{{7*7}}

Awesome

SurveyJS custom survey software

JavaScript UI Libraries for Surveys and Forms

SurveyJS lets you build a JSON-based form management system that integrates with any backend, giving you full control over your data and no user limits. Includes support for custom question types, skip logic, integrated CCS editor, PDF export, real-time analytics & more.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay