SPA
Article Filter:
- AI Software
- AI/ML Technologies
- AioHTTP
- Animation
- Architecture
- Assurance
- Async
- Become Designer
- Best Practice
- Big Data
- Blockchain
- Building an MVP
- CI/CD
- Computer Vision
- Connect Digital Products
- Cookies
- Cost Control
- Creation process
- Crowdfunding platforms
- CTO as a service
- Cyprus
- Dedicated team
- Design
- Development Process
- DevOps
- Digital Assets
- Django
- E-commerce
- Effective Team
- ERC-721
- Eth
- Ethereum
- Fintech
- Fixes ideas
- Flutter
- Frontend
- Function
- GCP
- Geth
- Golang
- Google Cloud Platform
- HTML
- Interview process
- Json
- Local Storage
- Login Action
- Long-Running products
- Lottie
- Machine Learning
- Meetings
- Mentoring
- Migration
- Mobile Payments
- Mock
- MQTT
- MVP
- Network Security
- Onboarding
- PageObject
- Pipenv
- Product Development
- Product Refinement
- Project Management
- Python
- Python 3
- QA
- Quality
- Redesign
- Relationships
- Remote Work
- Scalability
- Sign up
- SPA
- Startup
- Success Communication
- SVG
- Sync
- Tests
- The Clean Architecture
- Travelling
- Typescript
- Unit-tests
- UX/UI
- Virtualenv
- Vue
- Vuejs 2
- Web Design
- WebDriver
- Websocket
- Сomparison
Setup prerender on webpack with prerender-spa-plugin, Part 2
Let say we have pages, which are not in the prerender routes list for some reason. For example, pages which are visible only for logged in users or ones that are not needed for crawlers, etc. For those pages, the server will return the prerender file for the home page, which is not good. We need to return the initial HTML file which is generated during the webpack build for such pages.

Setup prerender on webpack with prerender-spa-plugin, Part 1
During developing SPA (Single Page Application) we met with a common SPA problem: although google crawler uses the last Chromium version to run JS and indexing results as HTML pages (it’s not so easy to make it work and there is still the Fix Search-related JavaScript problems list), but for other search systems and sharing in social networks SPA doesn’t work. They will get the default index.html with the default title, description, etc for all pages.
