Hi Team this framework is already designed and developed by me and now making changes for Lexicon code challenges exclusive and customizing it as per need. created env specific env files
- Development Environment: Storybook integrated for developing and showcasing components.
- Flow typed: All components are FlowTyped and Flow Type checked.
- Static Code Quality checks and formatting: Javascript and CSS linting using Eslint, StyleLint and Prettier.
- Component scaffolding: Consistently generate components using Plop.
- Git Hooks: Pre-commit, Pre-push and pre-publish using Husky.
- Unit testing framework: with Jest and Enzyme.
- Theme and Styling: with Styled Components.
- Next.js: to render react application server side and more.
- PWA: application.
- Dynamic Authoring: of pages with headless CMS.
- React
- Next.js
- Redux
- Node.js
Fork the repository & install dependencies using the yarn/npm command line tools.
yarn install
yarn start - it will be a prod build
yern dev - it will be a dev build
Follow this ramp-up guide
No Partial Rendering Less scope for Micorfrontend Less Scope for joining multiapps i.e. Lerna entire Store is visible at client side
- it's Headless, standalone Solution which can use any Back end system with or without API gateway through REST API's.
- We need SSR (SEO compitable) and SSG (Static site generation) feature with best TTFB, TTI rate.
- node version should be > 10.30 and React version should be >16.0
- Streaming providers could be configurable
- By this practice test , you would like to know knowledge about tech stack , not assuming fully functional prototype
- If ask is not properly working or implemented , team will ask for best solution and how could we achieve same by this architecture.
- Use of this framework is just to ease development and save time in installing things , i am handy for new setup as well.
- Sitespeed , Sonar and jest setup are not part of ask.