Rahul Kadyan
Rahul Kadyan
- [ ] Create sections of components - [ ] Assign components to sections - [ ] Can a component be assigned multiple sections? - [ ] Navigate to the...
- Extract JSX types to `@vue/jsx` - Support `@jsx` pragma ```tsx /** @jsx h */ import { h } from '@vue/jsx' ``` - Support global JSX types using opt-in package...
Possible testing approach: - [ ] Create SSR website with Nuxt - [ ] Export static build with `nuxt generate` - [ ] Use cypress to test hydration
react-chrome-redux is a wrapper for redux which enables shared state for popup, content script and background script for chrome extensions using chrome's internal messaging API. If something like this was...
An overview of client side routing in large SPA using [vue-router](https://router.vuejs.org/en/).
Large scale state management with [vuex](https://vuex.vuejs.org/en/).
Using SFC's custom blocks to supercharge Vue Components.