Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Consider the framework that user wants to target before building #14

Open
JayaKrishnaNamburu opened this issue Nov 6, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@JayaKrishnaNamburu
Copy link
Member

JayaKrishnaNamburu commented Nov 6, 2021

Since, users can bundle any component and it's contents. We will encounter some framework specific scenarios like

Route Links

  • Should we even consider them in building the component phase ?

If we consider building those, in client-side routing we use react-router-dom but in SSR like NextJS we use the next/link.

So, the same links in client side

import { Link } from 'react-router-dom'

and in NextJS

import Link from 'next/link'
@JayaKrishnaNamburu JayaKrishnaNamburu added the enhancement New feature or request label Nov 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant