Comments (6)
+1
I want to use this library in a standalone tutorial so having a precompiled JS file would be great...
from react-router.
This is currently really difficult for us to do because we require
react/lib/invariant
, react/lib/ExecutionEnvironment
, and others. Currently, none of them are exposed on the React
global, so we don't have access to them.
I do however agree that we should definitely have a browser build that you can drop into a <script>
tag.
from react-router.
Filed facebook/react#1906 to get the React maintainers' opinion on exposing lib
functions for plugins.
from react-router.
I created a build script and put some builds for version 0.2.1 in the build directory.
@rpflorence Not sure if you want to keep these with the repo or not. Feel free to move them wherever you want.
from react-router.
Sweet, this was on my agenda for tomorrow.
Sent from my iPhone
On Jul 21, 2014, at 5:21 PM, Michael Jackson [email protected] wrote:
I created a build script and put some builds for version 0.2.1 in the build directory.
@rpflorence Not sure if you want to keep these with the repo or not. Feel free to move them wherever you want.
—
Reply to this email directly or view it on GitHub.
from react-router.
I'll update some docs and cut a release tonight or tomorrow morning.
Sent from my iPhone
On Jul 21, 2014, at 5:21 PM, Michael Jackson [email protected] wrote:
I created a build script and put some builds for version 0.2.1 in the build directory.
@rpflorence Not sure if you want to keep these with the repo or not. Feel free to move them wherever you want.
—
Reply to this email directly or view it on GitHub.
from react-router.
Related Issues (20)
- [Bug]: (a11y)-Multiple accessibility issues with React-Router HOT 1
- [Bug]: The global state manager does not work in conjunction with react-router-dom HOT 1
- [Bug]: encoded # in path parameter causes route to be evaluated differently
- [Bug]: generatePath/matchPath don't handle encoding/decoding `/` the same HOT 1
- [Bug]: Support non-standard HTTP methods in Resource Routes HOT 3
- [Bug]: react-router seems to depend on vulnerable versions of path-to-regexp HOT 8
- [Bug]: react-router-dom v5 uses vulnerable version of path-to-regexp HOT 6
- [Bug]: Mount happens twice on forward navigation HOT 2
- [Bug]: type errors with `exactOptionalPropertyTypes` HOT 5
- [Bug]: React-router does not work with react 18, besides using router v6.12.0 HOT 1
- [Bug]: ScrollRestoration doesn't restore horizontal page scroll HOT 1
- [Bug]: Component does not load for JSX-returning arrow functions HOT 1
- [Bug]: Can we check shouldRevalidation before we cancel a loader? HOT 4
- [Bug]: unstable_patchRoutesOnNavigation doesn't handle multiple click correctly while loading HOT 2
- [Bug]: useLoaderData returns undefined when animating page transitions HOT 4
- [Docs]: Grammatical error. It should be "further along" not "farther along" HOT 1
- [Bug]: createRouter never defined in the CDNJS package HOT 3
- [Bug]: `JsonObject` type reports issues in Remix's `useSubmit` that are technically okay, making workarounds extense HOT 3
- Get "Expected fetch controller: :r1:" when calling fetcher.load and revalidator.revalidate HOT 4
- [Bug]: useNavigate function does not work inside event listener (application is called within iframe) HOT 2
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
from react-router.