inspired by https://github.com/vishalpatel2890/recipeapp
This project was bootstrapped with Create React App.
-
stolen code works now
-
connects to our fetch plugin
-
connects to fake api
-
conects to ck api - yeach fix this
-
separated components
-
separated and only HOC is connected to antd
-
delete reqwest package
-
create sep repo for storing recipe cards https://github.com/GroceriStar/cards-wrapper-component
MOVE ALL VERSION OF SELECTOR INTO A SEPARATED PLACE> IT CAN BE A GOOD EXAMPLE OF HOW WE DID SOMETHING
Recipe-antD is a project where we trying to incorporate two major tasks:
- show to a new users a collection of recipes that we have.
- this project will be connected to our server for backend manipulations. At first time it'll be a Loopback REST API server, later it will be a graphQL server, but for quickier turn around we connect it with our groceristar-fetch plugin.
- Another goal of this project is to make Groceristar/showcase project less complicated and overwhelmed with components. Codebase from this project we'll use later at showcase in order to make it better.
Major goals for recipe-antd are
- start a big migration of our projects from
fetch
plugin into connection with API servers - totally utilize major AntD components and make them work separately, but as part of this project.
- publish on Netlify and present it as part of our RAPI server for ProductHunt community
- show users what data we have - at preview mode
Stretch goals:
- install and connect Raven at index.js
- adjust logic of envconfig and try to connect to our local/shared servers
- make first axios calls and be happy to receive json results
- connect to our simple fake-api that i've created...
-
https://github.com/ant-design/ant-design-pro/blob/master/src/components/Ellipsis/index.js
-
https://codeburst.io/ant-design-by-example-part-2-f006f7f34328
-
https://ant.design/component docs s/form/#components-form-demo-register
Install and use standard. right now it's conflicted with react-scripts