ReactFoo-VueDay Hyderabad edition
React and Vue for performance engineering and front-end development
Accepting submissions till 10 May 2020, 11:59 PM
Not accepting submissions
The Hyderabad edition of ReactFoo is a single track event with:
We are accepting talks on the following topics:
Review process:
Proposals will be filtered and shortlisted by a community of past speakers and those who have been associated with ReactFoo and VueDay.
To expedite the decision your proposal, include the following with your submission:
ReactFoo’s policy is to showcase talks where the insights are free for participants to take back and apply to their work. If you are referring to a proprietary technology for solving a web application development problem, consider picking up a sponsored session.
Last date for submissions: 10 May, 2020
Event date: 11 July, 2020
Final schedule announcement: 31 May, 2020
We pay an honorarium of Rs. 3,000 to speakers. Confirmed speakers also get a pass to the conference and a discount code which they can share with their colleagues, communities they are part of, and on social media channels. We do not provide free passes for speakers’ colleagues and relatives. Please do not ask us for this.
Travel grants are available for international and domestic speakers based on the event’s budget. If you require a grant, mention it in the field where you add your location.
Write to reactfoo.editorial@hasgeek.com for inquiries about speaking at the conference.
Accepting submissions till 10 May 2020, 11:59 PM
ReactJS RefresherReactJS has been trending for the last couple of years. Today, it’s not odd to find teams blindly choosing ReactJS for their projects, without thinking about the business use case. This presentation answers the unasked questions of “why” we need ReactJS and “how” a dev team should use it. more
|
Social Engineering (The Dark Side Of Tech)Retired Criminal Profiler & Hostage Negotiator, Crux Conception, has taken his years of training, education, and experience to develop a method, which will allow individuals within THE TECH COMMUNITY to utilize: more
|
using Hooks with React and GraphqlReact Hooks in Depth Design system and patterns to build apps faster Benefits of splitting code. more
Duration of the session: 1 hour Birds of Feather (BOF) session
|
Accessibility Design Issues (UX & BA)What is Accessibility. Why it is important. Why we should involve UX/UI designers and BA’s as early as possible in SDLC Phases of Accessibility in UX designing more
|
Importance of Accessibility for UX/UI designers and BA'sThis session will call out the important aspect of User experience designing phases keeping accessbility in mind so that it can enhance and save the time of a develpoment team also how it can help delivering the project on time more
|
Don't use Create React AppI’ll try to convince people not to use CRA by addressing its various pitfalls like way too much abstraction, difficulty in customizations, etc. In the end, I’ll give an alternative way to easily kick start the ReactJS project setup by creating our own boilerplate without the drawbacks of CRA. more
|
Building Modern Web Apps with Micro Front-End ArchitectureI Will Be Explaining about Migrating Existing Web Applications with the help of Micro Front-End Architecture. As the industry is moving towards Framework Oriented Web Designs we can migrate Framework to Framework without Dismantling the Existing Architecture. As There are diverse in Development frameworks like Angular, React and Vue we can Setup a project where all the frameworks can put in Use b… more
Duration of the session: 35 mins full talk
|
Art of state management in reactState management in react seems to be easy at initial point of time when we develop the application, but as the applicatoin grows and dependency between the component increases we might end up doing all the messy stuff, that will make the maintainablity of the codebase even harder. We need to be more catious in choosing what approach we gonna take to manage the application state as it grows over … more
Duration of the session: 35 mins full talk
|
Web Performance with Huge DataWe all know that data is new oil and its emerging like anything in this world. But when it comes to using huge amount of data in the frontend, we end up with different kind of performance issues to handle that data be it rendering, retrieving or manipulating. This talk will be a walk through of a case study where we see the performance issues and how to takle them. more
Duration of the session: 20 mins crisp talk
|
Browser Automation using JSIn this talk, am going to talk on how we can use the JavaScript console, JavaScript, and query selectors, and understanding the application to automate and interact with applications from the browser itself. The first thing that everyone do when we try to learn how to automate web applications is to install a tool or install some libraries into our programming language and write code to do that. … more
Duration of the session: 35 mins full talk
|
Memory leaks in front-end JavaScriptJavaScript ecosystem has exploded in a short span of time. Libraries has made it so much easier for developers to scaffold a whole web app and extend their app on top of it. JavaScript’s dynamic nature has also given developers a lot of leeway to not care about memory leaks and quickly build a scalable app. But is the app really scalable if it has multiple leaks spread across the codebase? Should… more
Duration of the session: 35 mins full talk
|
Vue.js and TypeScript: Working Together like Peanut Butter and JellyHave you struggled to get TypeScript and Vue to play well together? Me too. Vue is a fantastic SPA framework, and TypeScript is a great way for catching errors faster. Together, they can boost your productivity. Join us as we peel back the layers of TypeScript and look at the tricks of the trade to get them playing well together. You’ll leave with a solid methodology and code samples to get start… more
Duration of the session: 35 mins full talk
|
Redux: the MVC Framework for DataThe MVC Pattern provides elegant abstractions for web requests. Redux provides similar patterns for data movement in React. Angular has RxJS and Vue has VueX with similar patterns. Let’s dig deep into the way data flows through the Redux pattern, demo strategies to get started, and look at ways to debug and troubleshoot it when things go wrong. You’ll leave with a solid understanding of the Redux… more
Duration of the session: 35 mins full talk
|